2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-27 05:59:47 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP PUT
|
|
|
|
chunked Transfer-Encoding
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2004-02-05 10:21:46 -05: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 stdin with set size, disabling chunked transfer-encoding
|
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-12 11:38:26 -05:00
|
|
|
-T - -H "Transfer-Encoding:" -H "Content-Length: 14" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
2004-02-05 10:21:46 -05:00
|
|
|
</command>
|
|
|
|
<stdin>
|
|
|
|
data on stdin
|
|
|
|
</stdin>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2021-03-12 11:38:26 -05:00
|
|
|
PUT /%TESTNUMBER HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 07:45:24 -04:00
|
|
|
User-Agent: curl/%VERSION
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2004-02-05 10:21:46 -05:00
|
|
|
Content-Length: 14
|
2004-03-05 07:54:18 -05:00
|
|
|
Expect: 100-continue
|
2004-11-29 07:01:07 -05:00
|
|
|
|
2004-02-05 10:21:46 -05:00
|
|
|
data on stdin
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|