aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1029
AgeCommit message (Collapse)Author
2018-10-08FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER outputDaniel 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-01HTTP tests: use CRLF as header seperator according to RFC 2616Marc Hoersken
2009-01-07Always use nocheck="yes" for consistencyDan Fandrich
2008-07-31Added keywordsDan Fandrich
2008-05-01use variables to support other IPs and port numbersDaniel Stenberg
2008-05-01Added precheck for hard-coded test server address and portDan Fandrich
2008-04-30- To make it easier for applications that want lots of magic stuff done onDaniel 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.