Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-08 | FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output | Daniel Stenberg | |
Now FILE transfers send headers to the header callback like HTTP and other protocols. Also made curl_easy_getinfo(...CURLINFO_PROTOCOL...) work for FILE in the callbacks. Makes "curl -i file://.." and "curl -I file://.." work like before again. Applied the bold header logic to them too. Regression from c1c2762 (7.61.0) Reported-by: Shaun Jackman Fixes #3083 Closes #3101 | |||
2014-02-01 | HTTP tests: use CRLF as header seperator according to RFC 2616 | Marc Hoersken | |
2009-01-07 | Always use nocheck="yes" for consistency | Dan Fandrich | |
2008-07-31 | Added keywords | Dan Fandrich | |
2008-05-01 | use variables to support other IPs and port numbers | Daniel Stenberg | |
2008-05-01 | Added precheck for hard-coded test server address and port | Dan Fandrich | |
2008-04-30 | - To make it easier for applications that want lots of magic stuff done on | Daniel Stenberg | |
redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now introduce the new CURLINFO_REDIRECT_URL option that lets applications extract the URL libcurl would've redirected to if it had been told to. This then enables the application to continue to that URL as it thinks is suitable, without having to re-implement the magic of creating the new URL from the Location: header etc. Test 1029 verifies it. |