This commit is contained in:
Daniel Stenberg 2000-11-10 15:24:54 +00:00
Родитель 3c0194bb72
Коммит 14bcdcfcdd
16 изменённых файлов: 69 добавлений и 0 удалений

1
tests/data/command1.txt Normal file
Просмотреть файл

@ -0,0 +1 @@
http://%HOSTIP:%HOSTPORT/1

1
tests/data/command2.txt Normal file
Просмотреть файл

@ -0,0 +1 @@
-u fake:user http://%HOSTIP:%HOSTPORT/2

1
tests/data/command3.txt Normal file
Просмотреть файл

@ -0,0 +1 @@
-d "fooo=mooo&pooo=clue&doo=%20%20%20++++" -u "fake:-user" http://%HOSTIP:%HOSTPORT/3

1
tests/data/command4.txt Normal file
Просмотреть файл

@ -0,0 +1 @@
-H "extra-header: here" -H "Accept: replaced" http://%HOSTIP:%HOSTPORT/4

6
tests/data/http1.txt Normal file
Просмотреть файл

@ -0,0 +1,6 @@
GET /1 HTTP/1.0
User-Agent: curl/7.4.2-pre3 (sparc-sun-solaris2.7) libcurl 7.4.2-pre3 (SSL 0.9.6)
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*

6
tests/data/http2.txt Normal file
Просмотреть файл

@ -0,0 +1,6 @@
GET /2 HTTP/1.0
Authorization: Basic ZmFrZTp1c2Vy
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*

9
tests/data/http3.txt Normal file
Просмотреть файл

@ -0,0 +1,9 @@
POST /3 HTTP/1.0
Authorization: Basic ZmFrZTotdXNlcg==
Host: 127.0.0.1:8999
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Content-Length: 37
Content-Type: application/x-www-form-urlencoded
fooo=mooo&pooo=clue&doo=%20%20%20++++

6
tests/data/http4.txt Normal file
Просмотреть файл

@ -0,0 +1,6 @@
GET /4 HTTP/1.0
Host: 127.0.0.1:8999
Pragma: no-cache
extra-header: here
Accept: replaced

1
tests/data/name1.txt Normal file
Просмотреть файл

@ -0,0 +1 @@
simple HTTP GET

1
tests/data/name2.txt Normal file
Просмотреть файл

@ -0,0 +1 @@
HTTP GET with user and password

1
tests/data/name3.txt Normal file
Просмотреть файл

@ -0,0 +1 @@
HTTP POST with user and password

1
tests/data/name4.txt Normal file
Просмотреть файл

@ -0,0 +1 @@
Replaced HTTP headers

12
tests/data/reply1.txt Normal file
Просмотреть файл

@ -0,0 +1,12 @@
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
ETag: "21025-dc7-39462498"
Accept-Ranges: bytes
Content-Length: 6
Connection: close
Content-Type: text/html
Funny-head: yesyes
<foo>

7
tests/data/reply2.txt Normal file
Просмотреть файл

@ -0,0 +1,7 @@
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Type: text/html
Funny-head: yesyes

8
tests/data/reply3.txt Normal file
Просмотреть файл

@ -0,0 +1,8 @@
HTTP/1.1 200 OK
Server: test-server/fake
Content-Type: text/html
Content-Length: 0
this is data even though Content-Length is set to zero

7
tests/data/reply4.txt Normal file
Просмотреть файл

@ -0,0 +1,7 @@
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Type: text/html
Funny-head: yesyes