Lines Matching refs:header
4 Long: header
6 Arg: <header/@file>
7 Help: Pass custom header(s) to server
22 # `--header`
24 Extra header to include in information sent. When used within an HTTP request,
32 custom header that has the same name as one of the internal ones curl would
33 use, your externally set header is used instead of the internal one. This
36 doing. Remove an internal header by giving a replacement without content on
37 the right side of the colon, as in: -H `Host:`. If you send the custom header
38 with no-value then its header must be terminated with a semicolon, such as -H
41 curl makes sure that each header you add/replace is sent with the proper
42 end-of-line marker, you should thus **not** add that as a part of the header
47 This option can take an argument in @filename style, which then adds a header
48 for each line in the input file. Using @- makes curl read the header file from
55 You need --proxy-header to send custom headers intended for an HTTP proxy.
58 Passing on a "Transfer-Encoding: chunked" header when doing an HTTP request
63 the header being sent to other hosts than the original host, so sensitive