Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-07 | CURLOPT_POSTFIELDS.3: explain the 100-continue magic better | Daniel Stenberg | |
2016-06-11 | CURLOPT_POSTFIELDS.3: Clarify what happens when set empty | Jay Satiro | |
When CURLOPT_POSTFIELDS is set to an empty string libcurl will send a zero-byte POST. Prior to this change it was documented as sending data from the read callback. This also changes the wording of what happens when empty or NULL so that it's hopefully easier to understand for people whose primary language isn't English. Bug: https://github.com/curl/curl/issues/862 Reported-by: Askar Safin | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-05-20 | CURLOPT_POSTFIELDS.3: Mention curl_easy_escape | Jay Satiro | |
.. also correct some variable naming in curl_easy_escape.3 Bug: https://github.com/bagder/curl/issues/281 Reported-by: bsammon@users.noreply.github.com | |||
2014-11-20 | CURLOPT_POSTFIELDS.3: mention the COPYPOSTFIELDS option | Brad Harder | |
2014-10-21 | opts: added examples | Daniel Stenberg | |
2014-06-18 | opts: 29 more options as man pages | Daniel Stenberg | |