modified
This commit is contained in:
parent
c045301128
commit
dd730b09db
@ -225,9 +225,13 @@ to create the list and
|
|||||||
to clean up an entire list.
|
to clean up an entire list.
|
||||||
.TP
|
.TP
|
||||||
.B CURLOPT_HTTPPOST
|
.B CURLOPT_HTTPPOST
|
||||||
Pass a pointer to a linked list of HTTP post data to pass to the server in
|
Tells libcurl you want a multipart/formdata HTTP POST to be made and you
|
||||||
your http request. The linked list should be a fully valid list of 'struct
|
instruct what data to pass on to the server. Pass a pointer to a linked list
|
||||||
HttpPost' structs properly filled in. TBD!
|
of HTTP post structs as parameter. The linked list should be a fully valid
|
||||||
|
list of 'struct HttpPost' structs properly filled in. The best and most
|
||||||
|
elegant way to do this, is to use
|
||||||
|
.I curl_formparse(3)
|
||||||
|
as documented.
|
||||||
.TP
|
.TP
|
||||||
.B CURLOPT_SSLCERT
|
.B CURLOPT_SSLCERT
|
||||||
Pass a pointer to a zero terminated string as parameter. The string should be
|
Pass a pointer to a zero terminated string as parameter. The string should be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user