blob: adde2499c882d816c62eaff2ef6c1fe7e1e9c1da [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: suppress-connect-headers
4Help: Suppress proxy CONNECT response headers
5See-also: dump-header include proxytunnel
6Category: proxy
7Example: --suppress-connect-headers --include -x proxy $URL
8Added: 7.54.0
9Multi: boolean
10---
11When --proxytunnel is used and a CONNECT request is made do not output proxy
12CONNECT response headers. This option is meant to be used with --dump-header or
13--include which are used to show protocol headers in the output. It has no
14effect on debug options such as --verbose or --trace, or any statistics.