mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
63 lines
890 B
Plaintext
63 lines
890 B
Plaintext
|
<testcase>
|
||
|
<info>
|
||
|
<keywords>
|
||
|
HTTP
|
||
|
HTTP GET
|
||
|
</keywords>
|
||
|
</info>
|
||
|
#
|
||
|
# Server-side
|
||
|
<reply>
|
||
|
<data nocheck="yes">
|
||
|
HTTP/1.1 200 funky chunky!
|
||
|
Server: fakeit/0.9 fakeitbad/1.0
|
||
|
Transfer-Encoding: chunked
|
||
|
Trailer: chunky-trailer
|
||
|
Connection: mooo
|
||
|
ETag:
|
||
|
|
||
|
40
|
||
|
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
||
|
30
|
||
|
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
|
||
|
21;heresatest=moooo
|
||
|
cccccccccccccccccccccccccccccccc
|
||
|
|
||
|
0
|
||
|
chunky-trailer: header data
|
||
|
|
||
|
</data>
|
||
|
</reply>
|
||
|
|
||
|
#
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
http
|
||
|
</server>
|
||
|
<name>
|
||
|
--etag-save with blank incoming header
|
||
|
</name>
|
||
|
<command>
|
||
|
http://%HOSTIP:%HTTPPORT/347 --etag-save log/etag347
|
||
|
</command>
|
||
|
</client>
|
||
|
|
||
|
#
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
<strip>
|
||
|
^User-Agent:.*
|
||
|
</strip>
|
||
|
<protocol>
|
||
|
GET /347 HTTP/1.1
|
||
|
Host: %HOSTIP:%HTTPPORT
|
||
|
Accept: */*
|
||
|
|
||
|
</protocol>
|
||
|
<file name="log/etag347">
|
||
|
</file>
|
||
|
</verify>
|
||
|
|
||
|
</testcase>
|