xf.li | bfc6e71 | 2025-02-07 01:54:34 -0800 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: suppress-connect-headers |
| 4 | Help: Suppress proxy CONNECT response headers |
| 5 | See-also: dump-header include proxytunnel |
| 6 | Category: proxy |
| 7 | Example: --suppress-connect-headers --include -x proxy $URL |
| 8 | Added: 7.54.0 |
| 9 | Multi: boolean |
| 10 | --- |
| 11 | When --proxytunnel is used and a CONNECT request is made do not output proxy |
| 12 | CONNECT 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 |
| 14 | effect on debug options such as --verbose or --trace, or any statistics. |