2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2012-11-13 21:02:42 +08:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP PUT
|
2017-05-14 04:35:15 +08:00
|
|
|
chunked Transfer-Encoding
|
2012-11-13 21:02:42 +08:00
|
|
|
</keywords>
|
|
|
|
</info>
|
2004-12-22 04:19:05 +08:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.0 200 OK
|
|
|
|
Server: test-server/fake
|
|
|
|
Content-Type: text/html
|
|
|
|
Content-Length: 6
|
|
|
|
|
|
|
|
blaha
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP PUT from a file but enforce chunked transfer-encoding
|
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-13 00:38:26 +08:00
|
|
|
-T log/file%TESTNUMBER -H "Transfer-Encoding: chunked" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
2004-12-22 04:19:05 +08:00
|
|
|
</command>
|
2021-03-13 00:38:26 +08:00
|
|
|
<file name="log/file%TESTNUMBER">
|
2004-12-22 04:19:05 +08:00
|
|
|
just some tiny teeny contents
|
|
|
|
</file>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2021-03-13 00:38:26 +08:00
|
|
|
PUT /%TESTNUMBER HTTP/1.1
|
2007-09-15 03:32:31 +08:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 19:45:24 +08:00
|
|
|
User-Agent: curl/%VERSION
|
2004-12-22 04:19:05 +08:00
|
|
|
Accept: */*
|
|
|
|
Transfer-Encoding: chunked
|
|
|
|
Expect: 100-continue
|
|
|
|
|
2021-05-04 08:29:40 +08:00
|
|
|
%if hyper
|
|
|
|
1E
|
|
|
|
%else
|
2004-12-22 04:19:05 +08:00
|
|
|
1e
|
2021-05-04 08:29:40 +08:00
|
|
|
%endif
|
2004-12-22 04:19:05 +08:00
|
|
|
just some tiny teeny contents
|
|
|
|
|
|
|
|
0
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|