Lines Matching refs:header
4 Long: proxy-header
5 Arg: <header/@file>
6 Help: Pass custom header(s) to proxy
14 - --proxy-header "X-First-Name: Joe" -x http://proxy $URL
15 - --proxy-header "User-Agent: surprise" -x http://proxy $URL
16 - --proxy-header "Host:" -x http://proxy $URL
19 # `--proxy-header`
21 Extra header to include in the request when sending HTTP to a proxy. You may
22 specify any number of extra headers. This is the equivalent option to --header
24 separate header sent to the proxy to what is sent to the actual remote host.
26 curl makes sure that each header you add/replace is sent with the proper
27 end-of-line marker, you should thus **not** add that as a part of the header
34 This option can take an argument in @filename style, which then adds a header