1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: suppress-connect-headers
5Help: Suppress proxy CONNECT response headers
6Category: proxy
7Added: 7.54.0
8Multi: boolean
9See-also:
10  - dump-header
11  - show-headers
12  - proxytunnel
13Example:
14  - --suppress-connect-headers --show-headers -x proxy $URL
15---
16
17# `--suppress-connect-headers`
18
19When --proxytunnel is used and a CONNECT request is made do not output proxy
20CONNECT response headers. This option is meant to be used with --dump-header
21or --show-headers which are used to show protocol headers in the output. It
22has no effect on debug options such as --verbose or --trace, or any
23statistics.
24