summaryrefslogtreecommitdiff
path: root/tests/data/test199
Commit message (Collapse)AuthorAgeFilesLines
* tests: removed the obsolete name parameterDan Fandrich2017-02-181-1/+1
|
* tests: added globbing keyword to URL globbing testsDan Fandrich2014-07-121-0/+1
|
* Add keywords for a couple of currently keyword-less HTTP testsFabian Keil2012-11-191-0/+6
|
* Use double quotes in command lines for consistency.Dan Fandrich2007-09-181-1/+1
|
* Convert (most of) the test data files into genuine XML. A handful stillDan Fandrich2007-01-231-1/+3
| | | | | | are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
* Modified the default HTTP headers used by libcurl:Daniel Stenberg2005-05-111-2/+0
| | | | | | | | | | | | | | | | A) Normal non-proxy HTTP: - no more "Pragma: no-cache" (this only makes sense to proxies) B) Non-CONNECT HTTP request over proxy: - "Pragma: no-cache" is used (like before) - "Proxy-Connection: Keep-alive" (for older style 1.0-proxies) C) CONNECT HTTP request over proxy: - "Host: [name]:[port]" - "Proxy-Connection: Keep-alive"
* added test 199Daniel Stenberg2005-01-071-0/+52