3.34. POST flag

[<<<] [>>>]

curl::option CurlHandle,"POST"

Setting the parameter tells the library to do a regular HTTP post. This is a normal application/x-www-form-urlencoded kind, which is the most commonly used one by HTML forms. See the option POSTFIELDS option for how to specify the data to post.


[<<<] [>>>]