suppress-connect-headers.d 622 B

1234567891011121314
  1. c: Copyright (C) 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.