diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-12 06:42:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-12 06:42:30 +0000 |
commit | 1b02ad5e8a35ccd682429e387ccb63022ca2339a (patch) | |
tree | 78375fef6978f443d1286cc4960b1177395868be | |
parent | 4897587615934cacf353fb8afdc9470d33976497 (diff) |
format mistake fixed
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 71d1464a9..423858017 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -485,7 +485,7 @@ Optionally, you can provide data to POST using the \fICURLOPT_READFUNCTION\fP and \fICURLOPT_READDATA\fP options but then you must make sure to not set \fICURLOPT_POSTFIELDS\fP to anything but NULL. When providing data with a callback, you must transmit it using chunked transfer-encoding or you must set -the size of the data with the \fICURLOPT_POSTFIELDSIZE\f option. +the size of the data with the \fICURLOPT_POSTFIELDSIZE\fP option. You can override the default POST Content-Type: header by setting your own with \fICURLOPT_HTTPHEADER\fP. |