projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b8cc85
)
Document type of argument for CURLOPT_COPYPOSTFIELDS.
author
Dimitrios Siganos
<dimitris@siganos.org>
Wed, 2 Jul 2014 09:41:38 +0000
(11:41 +0200)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 3 Jul 2014 20:44:45 +0000
(22:44 +0200)
docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3
patch
|
blob
|
history
diff --git
a/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3
b/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3
index 7f4b7f40e4718460b7cd4dc58d6dd6856f8556df..35ae3ef012a2669a2c98609bd540405717be4dcd 100644
(file)
--- a/
docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3
+++ b/
docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3
@@
-26,7
+26,7
@@
CURLOPT_COPYPOSTFIELDS \- have libcurl copy data to POST
.SH SYNOPSIS
#include <curl/curl.h>
-CURLcode curl_easy_setopt(CURL *handle, CURLOPT_COPYPOSTFIELDS,
[argument]
);
+CURLcode curl_easy_setopt(CURL *handle, CURLOPT_COPYPOSTFIELDS,
char *data
);
.SH DESCRIPTION
Pass a char * as parameter, which should be the full data to post in a HTTP
POST operation. It behaves as the \fICURLOPT_POSTFIELDS(3)\fP option, but the