mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
de7dcdbc54
correct
24 lines
536 B
Plaintext
24 lines
536 B
Plaintext
--_curl_--127.0.0.1:8999/3
|
|
HTTP/1.0 200 OK
|
|
Server: test-server/fake
|
|
Content-Type: text/html
|
|
Content-Length: 0
|
|
|
|
this is data even though Content-Length is set to zero
|
|
|
|
|
|
--_curl_--127.0.0.1:8999/10
|
|
HTTP/1.0 200 OK
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
Server: test-server/fake
|
|
|
|
blablabla
|
|
--_curl_--127.0.0.1:8999/11
|
|
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
|
|
Connection: close
|
|
|
|
This server reply is for testing a simple Location: following
|