3.5. CUSTOMREQUEST string

[<<<] [>>>]

curl::option CurlHandle,"CUSTOMREQUEST","MOVE"

Pass a string as parameter. It will be user instead of GET or HEAD when doing the HTTP request. This is useful for doing DELETE or other more obscure HTTP requests. Don't do this at will, make sure your server supports the command first.


[<<<] [>>>]