aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3
AgeCommit message (Collapse)Author
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
2018-04-17docs: fix typosJakub Wilk
Closes https://github.com/curl/curl/pull/2503
2017-06-21--request-target: instead of --strip-path-slashDaniel 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-19http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASHDaniel 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-05docs/opts: 24 more man pages now have examplesDaniel Stenberg
2017-01-13docs: Add note about libcurl copying strings to CURLOPT_* manpagesFrank Gevaerts
Closes #1169
2016-05-02docs: unified man page references to use \fIDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2014-10-30CURLOPT_CUSTOMREQUEST.3: Fixed incomplete protocol listSteve Holme
Whilst the description included information about SMTP, the protocol list only showed "TTP, FTP, IMAP, POP3".
2014-06-18opts: document CURLE_OUT_OF_MEMORY as RETURN VALUEDan Fandrich
2014-06-18opts: fixed a few typosDan Fandrich
2014-06-18opts: 29 more options as man pagesDaniel Stenberg