curl/tests/data/test57

49 lines
673 B
Plaintext
Raw Normal View History

<testcase>
2005-04-22 17:59:08 -04:00
<info>
<keywords>
HTTP
HTTP GET
--write-out
</keywords>
</info>
2008-07-30 22:51:44 -04:00
# Server-side
<reply>
<data nocheck="yes">
HTTP/1.1 200 OK swsclose
Funny-head: yesyes
Content-Type: text/html; charset=ISO-8859-4
</data>
</reply>
# Client-side
<client>
<server>
http
</server>
<name>
HTTP content-type with spaces in
</name>
<command>
-w "%{content_type}\n" http://%HOSTIP:%HTTPPORT/57 -o log/out57
</command>
2006-02-22 18:55:28 -05:00
</client>
# Verify data after the test has been "shot"
<verify>
<stdout mode="text">
text/html; charset=ISO-8859-4
2006-02-22 18:55:28 -05:00
</stdout>
<strip>
^User-Agent:.*
</strip>
<protocol>
GET /57 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
</protocol>
</verify>
</testcase>