aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_easy_setopt.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-06-02 11:31:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-06-02 11:31:53 +0000
commite5b72506c911f14509a2cc15029c143c2a414334 (patch)
treeaab121e49d3f8dbd862de1bf65bb79bc53d103c3 /docs/curl_easy_setopt.3
parentef62fc7fe75a1bf88dd8817ae9e8aac15358a593 (diff)
changed the httppost struct into curl_slist struct
Diffstat (limited to 'docs/curl_easy_setopt.3')
-rw-r--r--docs/curl_easy_setopt.36
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3
index 29e23c03a..37569dce7 100644
--- a/docs/curl_easy_setopt.3
+++ b/docs/curl_easy_setopt.3
@@ -218,7 +218,11 @@ set a cookie in the http request. The format of the string should be
.B CURLOPT_HTTPHEADER
Pass a pointer to a linked list of HTTP headers to pass to the server in your
HTTP request. The linked list should be a fully valid list of 'struct
-HttpHeader' structs properly filled in. TBD!
+curl_slist' structs properly filled in. Use
+.I curl_slist_append(3)
+to create the list and
+.I curl_slist_free_all(3)
+to clean up an entire list.
.TP
.B CURLOPT_HTTPPOST
Pass a pointer to a linked list of HTTP post data to pass to the server in