Loading docs/libcurl/opts/CURLOPT_POSTFIELDS.3 +2 −0 Original line number Original line Diff line number Diff line Loading @@ -35,6 +35,8 @@ way. For example, the web server may assume that this data is url-encoded. The data pointed to is NOT copied by the library: as a consequence, it must be The data pointed to is NOT copied by the library: as a consequence, it must be preserved by the calling application until the associated transfer finishes. preserved by the calling application until the associated transfer finishes. This behaviour can be changed (so libcurl does copy the data) by setting the \fICURLOPT_COPYPOSTFIELDS(3)\fP option. This POST is a normal application/x-www-form-urlencoded kind (and libcurl will This POST is a normal application/x-www-form-urlencoded kind (and libcurl will set that Content-Type by default when this option is used), which is commonly set that Content-Type by default when this option is used), which is commonly Loading Loading
docs/libcurl/opts/CURLOPT_POSTFIELDS.3 +2 −0 Original line number Original line Diff line number Diff line Loading @@ -35,6 +35,8 @@ way. For example, the web server may assume that this data is url-encoded. The data pointed to is NOT copied by the library: as a consequence, it must be The data pointed to is NOT copied by the library: as a consequence, it must be preserved by the calling application until the associated transfer finishes. preserved by the calling application until the associated transfer finishes. This behaviour can be changed (so libcurl does copy the data) by setting the \fICURLOPT_COPYPOSTFIELDS(3)\fP option. This POST is a normal application/x-www-form-urlencoded kind (and libcurl will This POST is a normal application/x-www-form-urlencoded kind (and libcurl will set that Content-Type by default when this option is used), which is commonly set that Content-Type by default when this option is used), which is commonly Loading