File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test66
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (4 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

<testcase>
<info>
<keywords>
HTTP
HTTP GET
HTTP/0.9
</keywords>
</info>
# Server-side
<reply>
<data>
no headers swsclose
</data>
</reply>

# Client-side
<client>
<server>
http
</server>
 <name>
HTTP GET without headers in the response
 </name>
 <command>
http://%HOSTIP:%HTTPPORT/66 --http0.9
</command>
</client>

#
# Verify data after the test has been "shot"
<verify>
<strip>
^User-Agent:.*
</strip>
<protocol>
GET /66 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*

</protocol>
</verify>
</testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>