]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
mention some alternative method names in the docs for --request
authorDaniel Stenberg <daniel@haxx.se>
Thu, 1 Oct 2009 07:37:58 +0000 (07:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Oct 2009 07:37:58 +0000 (07:37 +0000)
docs/curl.1

index e20c73431fb8ce938c029ce27bb50fa6c774175c..eed276d66cc1cb767b965b10fbd92fb2e8fedcf7 100644 (file)
@@ -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