Skip to content
Snippets Groups Projects
Commit 492aed14 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

mention some alternative method names in the docs for --request

parent cd91a1ee
No related branches found
No related tags found
No related merge requests found
......@@ -1429,7 +1429,9 @@ If this option is used several times, the last one will be used.
(HTTP) Specifies a custom request method to use when communicating with the
HTTP server. The specified request will be used instead of the method
otherwise used (which defaults to GET). Read the HTTP 1.1 specification for
details and explanations.
details and explanations. Common additional HTTP requests include PUT and
DELETE, but related technologies like WebDAV offers PROPFIND, COPY, MOVE and
more.
(FTP)
Specifies a custom FTP command to use instead of LIST when doing file lists
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment