Skip to content

Commit

Permalink
Document type of argument for CURLOPT_COPYPOSTFIELDS.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsiganos authored and bagder committed Jul 3, 2014
1 parent 8b8cc85 commit 3e04432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3
Expand Up @@ -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
Expand Down

0 comments on commit 3e04432

Please sign in to comment.