Commit 575ce905 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

ok, the right term (using RFC2616 lingo) for the -X keyword is method and not

request
parent 54887af4
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -1074,10 +1074,10 @@ embedded user + password.


If this option is used several times, the last one will be used.
If this option is used several times, the last one will be used.
.IP "-X/--request <command>"
.IP "-X/--request <command>"
(HTTP)
(HTTP) Specifies a custom request method to use when communicating with the
Specifies a custom request to use when communicating with the HTTP server.
HTTP server.  The specified request will be used instead of the method
The specified request will be used instead of the standard GET. Read the
otherwise used (which defaults to GET). Read the HTTP 1.1 specification for
HTTP 1.1 specification for details and explanations.
details and explanations.


(FTP)
(FTP)
Specifies a custom FTP command to use instead of LIST when doing file lists
Specifies a custom FTP command to use instead of LIST when doing file lists