2007-01-23 03:25:56 +01:00
|
|
|
<testcase>
|
2004-01-30 10:25:45 +01:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
2005-06-03 16:06:03 +02:00
|
|
|
<data mode="text">
|
2004-01-30 10:25:45 +01: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 10:08:38 +02:00
|
|
|
http://%HOSTIP:%HTTPPORT/510
|
2004-01-30 10:25:45 +01:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
POST /510 HTTP/1.1
|
2007-09-14 21:32:31 +02:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 13:46:41 +01:00
|
|
|
Accept: */*
|
2004-01-30 10:25:45 +01:00
|
|
|
Transfer-Encoding: chunked
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
2009-12-07 21:25:17 +01:00
|
|
|
Expect: 100-continue
|
2004-01-30 10:25:45 +01:00
|
|
|
|
|
|
|
3
|
2004-11-29 13:01:07 +01:00
|
|
|
one
|
2004-01-30 10:25:45 +01:00
|
|
|
3
|
2004-11-29 13:01:07 +01:00
|
|
|
two
|
2004-01-30 10:25:45 +01:00
|
|
|
5
|
2004-11-29 13:01:07 +01:00
|
|
|
three
|
2004-01-30 10:25:45 +01:00
|
|
|
1d
|
2004-11-29 13:01:07 +01:00
|
|
|
and a final longer crap: four
|
2004-01-30 10:25:45 +01:00
|
|
|
0
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 03:25:56 +01:00
|
|
|
</testcase>
|