aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_POST.3
AgeCommit message (Collapse)Author
2019-07-29HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknownBalazs Kovacsics
If using the read callback for HTTP_POST, and POSTFIELDSIZE is not set, automatically add a Transfer-Encoding: chunked header, same as it is already done for HTTP_PUT, HTTP_POST_FORM and HTTP_POST_MIME. Update test 1514 according to the new behaviour. Closes #4138
2018-05-21docs: clarify CURLOPT_HTTPGET somewhatDaniel Stenberg
Reported-by: bsammon on github Fixes #2590
2018-04-17docs: fix typosJakub Wilk
Closes https://github.com/curl/curl/pull/2503
2017-05-05docs/opts: 24 more man pages now have examplesDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2014-06-18opts: 29 more options as man pagesDaniel Stenberg