summaryrefslogtreecommitdiff
path: root/tests/data/test1015
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-3/+3
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* runtests: provide curl's version string as %VERSION for testsDaniel Stenberg2020-10-021-4/+1
| | | | | | | | ... so that we can check HTTP requests for User-Agent: curl/%VERSION Update 600+ test cases accordingly. Closes #6037
* tests: add keywords for a couple of HTTP testsFabian Keil2013-08-111-0/+2
|
* curl_easy_escape: don't escape "unreserved" charactersDaniel Stenberg2010-09-281-2/+2
| | | | | | | | According to RFC3986 section 2.3 the letters -, ., _ and ~ should not be percent-encoded. Reported by: Miguel Diaz Bug: http://curl.haxx.se/mail/lib-2010-09/0227.html
* test1015 --data-urlencodeDaniel Stenberg2007-11-261-0/+53