2007-01-23 05:25:56 +03:00
|
|
|
<testcase>
|
2005-04-23 01:59:08 +04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP PUT
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-03-12 17:04:23 +03:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2003-07-20 03:57:08 +04:00
|
|
|
HTTP/1.0 200 OK swsclose
|
2020-02-28 17:00:03 +03:00
|
|
|
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
2003-03-12 17:04:23 +03:00
|
|
|
Server: test-server/fake
|
|
|
|
|
|
|
|
blablabla
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-05-01 00:25:39 +04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2003-03-12 17:04:23 +03:00
|
|
|
<name>
|
|
|
|
HTTP PUT from file with weird letters
|
|
|
|
</name>
|
2023-10-04 12:35:54 +03:00
|
|
|
<command>
|
2023-03-29 04:20:54 +03:00
|
|
|
http://%HOSTIP:%HTTPPORT/we/want/ -T %LOGDIR/%TESTNUMBERte[]st.txt -g
|
2003-03-12 17:04:23 +03:00
|
|
|
</command>
|
2023-03-29 04:20:54 +03:00
|
|
|
<file name="%LOGDIR/%TESTNUMBERte[]st.txt">
|
2003-03-12 17:04:23 +03:00
|
|
|
a few bytes
|
|
|
|
</file>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2022-10-10 11:55:05 +03:00
|
|
|
PUT /we/want/%TESTNUMBERte%5b%5dst.txt HTTP/1.1
|
2007-09-14 23:32:31 +04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 14:45:24 +03:00
|
|
|
User-Agent: curl/%VERSION
|
2004-02-09 15:46:41 +03:00
|
|
|
Accept: */*
|
2003-03-12 17:04:23 +03:00
|
|
|
Content-Length: 12
|
|
|
|
|
|
|
|
a few bytes
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 05:25:56 +03:00
|
|
|
</testcase>
|