Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-21 | --request-target: instead of --strip-path-slash | Daniel Stenberg | |
... and CURLOPT_REQUEST_TARGET instead of CURLOPT_STRIP_PATH_SLASH. This option instead provides the full "alternative" target to use in the request, instead of extracting the path from the URL. Test 1298 and 1299 updated accordingly. Idea-by: Evert Pot Suggestion: https://daniel.haxx.se/blog/2017/06/19/options-with-curl/comment-page-1/#comment-18373 Closes #1593 | |||
2017-06-19 | http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH | Daniel Stenberg | |
... to enable sending "OPTIONS *" which wasn't possible previously. This option currently only works for HTTP. Added test cases 1298 + 1299 to verify Fixes #1280 Closes #1462 | |||
2017-05-05 | docs/opts: 24 more man pages now have examples | Daniel Stenberg | |
2017-01-13 | docs: Add note about libcurl copying strings to CURLOPT_* manpages | Frank Gevaerts | |
Closes #1169 | |||
2016-05-02 | docs: unified man page references to use \fI | Daniel Stenberg | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2014-10-30 | CURLOPT_CUSTOMREQUEST.3: Fixed incomplete protocol list | Steve Holme | |
Whilst the description included information about SMTP, the protocol list only showed "TTP, FTP, IMAP, POP3". | |||
2014-06-18 | opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE | Dan Fandrich | |
2014-06-18 | opts: fixed a few typos | Dan Fandrich | |
2014-06-18 | opts: 29 more options as man pages | Daniel Stenberg | |