Lines Matching refs:request
4 Long: request
7 Help: Specify request method to use
12 - request-target
18 # `--request`
22 curl passes on the verbatim string you give it in the request without any
26 Specifies a custom request method to use when communicating with the HTTP
27 server. The specified request method is used instead of the method otherwise
36 This option only changes the actual word used in the HTTP request, it does not
38 request, using -X HEAD does not suffice. You need to use the --head option.
40 The method string you set with --request is used for all requests, which
42 does not change request method according to the HTTP 30x response codes - and