curl/tests/data/test193

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

82 строки
1.2 KiB
Plaintext
Исходник Обычный вид История

<testcase>
2008-07-31 06:51:44 +04:00
<info>
<keywords>
HTTP
HTTP GET
followlocation
--write-out
</keywords>
</info>
2004-10-19 19:30:08 +04:00
#
# Server-side
<reply>
<data nocheck="yes">
2004-10-19 19:30:08 +04:00
HTTP/1.1 302 OK swsbounce swsclose
Date: Tue, 09 Nov 2010 14:49:00 GMT
2004-10-19 19:30:08 +04:00
Content-Length: 8
Connection: close
Location: ./%TESTNUMBER
2004-10-19 19:30:08 +04:00
monster
</data>
<data1 nocheck="yes">
2004-10-19 19:30:08 +04:00
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
2004-10-19 19:30:08 +04:00
Content-Length: 8
Connection: close
monster
</data1>
</reply>
#
# Client-side
<client>
<server>
http
</server>
<name>
2004-10-19 19:30:08 +04:00
HTTP GET -w num_connects with redirected fetch (2 connects)
</name>
<command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_connects}\n" -L
2004-10-19 19:30:08 +04:00
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
2004-10-19 19:30:08 +04:00
Accept: */*
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
2004-10-19 19:30:08 +04:00
Accept: */*
</protocol>
<stdout>
HTTP/1.1 302 OK swsbounce swsclose
Date: Tue, 09 Nov 2010 14:49:00 GMT
2004-10-19 19:30:08 +04:00
Content-Length: 8
Connection: close
Location: ./%TESTNUMBER
2004-10-19 19:30:08 +04:00
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
2004-10-19 19:30:08 +04:00
Content-Length: 8
Connection: close
monster
2
</stdout>
</verify>
</testcase>