Skip to content
Snippets Groups Projects
Commit aa9a6028 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

more test case data

parent 6736c161
No related branches found
No related tags found
No related merge requests found
Showing
with 72 additions and 0 deletions
http://%HOSTIP:%HOSTPORT/we/want/10 -T data/command10.txt
http://%HOSTIP:%HOSTPORT/want/11 -L
http://%HOSTIP:%HOSTPORT/want/12 -r 100-200
http://%HOSTIP:%HOSTPORT/want/13 -X DELETE
http://%HOSTIP:%HOSTPORT/want/14 -i --head
http://%HOSTIP:%HOSTPORT/want/15 --write-out '%{url_effective} %{http_code} %{size_download}\n'
PUT /we/want/10 HTTP/1.0
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Content-Length: 60
http://%HOSTIP:%HOSTPORT/we/want/10 -T data/command10.txt
GET /want/data/110002.txt?coolsite=yes HTTP/1.0
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
GET /want/12 HTTP/1.0
Range: bytes=100-200
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
DELETE /want/13 HTTP/1.0
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
HEAD /want/14 HTTP/1.0
User-Agent: curl/7.4.2-pre4 (sparc-sun-solaris2.7) libcurl 7.4.2-pre4
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
GET /want/15 HTTP/1.0
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
simple HTTP PUT from file
simple HTTP Location: following
HTTP range support
HTTP custom request 'DELETE'
\ No newline at end of file
HTTP HEAD
--write-out test
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
blablabla
HTTP/1.1 301 This is a weirdo text message
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Location: data/110002.txt?coolsite=yes
This server reply is for testing a simple Location: following
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment