• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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  - include
12  - proxytunnel
13Example:
14  - --suppress-connect-headers --include -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 or
21--include which are used to show protocol headers in the output. It has no
22effect on debug options such as --verbose or --trace, or any statistics.
23