mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
2bc1d775f5
- they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
15 lines
622 B
Makefile
15 lines
622 B
Makefile
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: suppress-connect-headers
|
|
Help: Suppress proxy CONNECT response headers
|
|
See-also: dump-header include proxytunnel
|
|
Category: proxy
|
|
Example: --suppress-connect-headers --include -x proxy $URL
|
|
Added: 7.54.0
|
|
Multi: boolean
|
|
---
|
|
When --proxytunnel is used and a CONNECT request is made do not output proxy
|
|
CONNECT response headers. This option is meant to be used with --dump-header or
|
|
--include which are used to show protocol headers in the output. It has no
|
|
effect on debug options such as --verbose or --trace, or any statistics.
|