]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
reset CURLOPT_HTTPHEADER with NULL
authorDaniel Stenberg <daniel@haxx.se>
Tue, 22 Jun 2004 17:22:30 +0000 (17:22 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Jun 2004 17:22:30 +0000 (17:22 +0000)
docs/libcurl/curl_easy_setopt.3

index 67b44496d618be0102302cc7f20401a65a8f7f25..95d699a11ac2fe04308e24fb541a543dc21f697c 100644 (file)
@@ -534,6 +534,8 @@ The first line in a request (usually containing a GET or POST) is not a header
 and cannot be replaced using this option. Only the lines following the
 request-line are headers.
 
+Pass a NULL to this to reset back to no custom headers.
+
 \fBNOTE:\fP The most commonly replaced headers have "shortcuts" in the options
 \fICURLOPT_COOKIE\fP, \fICURLOPT_USERAGENT\fP and \fICURLOPT_REFERER\fP.
 .IP CURLOPT_HTTP200ALIASES