etlegacy-libs/curl/tests/data/test556

51 lines
573 B
Text
Raw Normal View History

2012-06-01 15:23:17 +00:00
<testcase>
<info>
<keywords>
HTTP
HTTP GET
</keywords>
</info>
<reply>
<data>
2017-03-02 22:46:25 +00:00
HTTP/1.1 200 OK swsclose
2016-09-16 04:29:17 +00:00
Server: test-server/fake
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
Content-Length: 6
Connection: close
2012-06-01 15:23:17 +00:00
-foo-
</data>
</reply>
#
# Client-side
<client>
<server>
http
</server>
<tool>
lib556
</tool>
<name>
send and recv HTTP
</name>
<command>
http://%HOSTIP:%HTTPPORT
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<strip>
^User-Agent:.*
</strip>
<protocol>
GET /556 HTTP/1.2
Host: ninja
</protocol>
</verify>
</testcase>