3.64. HTTPPOST string

[<<<] [>>>]

curl::option CurlHandle,"HTTPPOST","name=Desade+Marquis"

Use this option to specify form data in case of complex HTTP POST operation. As third argument specify a string as POST data. You can specify many post data calling the curl::option function with this option in successive calls. The string argument should have the following format:


[<<<] [>>>]