2004-01-30 04:25:45 -05:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
2005-06-03 10:06:03 -04:00
|
|
|
<data mode="text">
|
2004-01-30 04:25:45 -05:00
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake swsclose
|
|
|
|
Connection: close
|
|
|
|
Content-Type: text/html
|
|
|
|
|
|
|
|
hello
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
# tool is what to use instead of 'curl'
|
|
|
|
<tool>
|
|
|
|
lib510
|
|
|
|
</tool>
|
|
|
|
|
|
|
|
<name>
|
|
|
|
send HTTP POST using read callback, using chunked transfer-encoding
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/510
|
2004-01-30 04:25:45 -05:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
POST /510 HTTP/1.1
|
2004-09-08 04:08:38 -04:00
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2004-01-30 04:25:45 -05:00
|
|
|
Transfer-Encoding: chunked
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
2005-04-18 13:14:58 -04:00
|
|
|
Expect: 100-continue
|
2004-01-30 04:25:45 -05:00
|
|
|
|
|
|
|
3
|
2004-11-29 07:01:07 -05:00
|
|
|
one
|
2004-01-30 04:25:45 -05:00
|
|
|
3
|
2004-11-29 07:01:07 -05:00
|
|
|
two
|
2004-01-30 04:25:45 -05:00
|
|
|
5
|
2004-11-29 07:01:07 -05:00
|
|
|
three
|
2004-01-30 04:25:45 -05:00
|
|
|
1d
|
2004-11-29 07:01:07 -05:00
|
|
|
and a final longer crap: four
|
2004-01-30 04:25:45 -05:00
|
|
|
0
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|