2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2012-11-19 11:54:52 -05:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP POST
|
2017-05-13 16:35:15 -04:00
|
|
|
chunked Transfer-Encoding
|
2012-11-19 11:54:52 -05:00
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-01-30 04:25:45 -05:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
2014-01-31 18:58:58 -05:00
|
|
|
<data>
|
|
|
|
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
|
|
|
|
|
2004-01-30 04:25:45 -05:00
|
|
|
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
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%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
|
2009-12-07 15:25:17 -05: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>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|