2003-03-12 09:04:23 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2003-07-19 19:57:08 -04:00
|
|
|
HTTP/1.0 200 OK swsclose
|
2003-03-12 09:04:23 -05:00
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
|
|
|
|
blablabla
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2003-03-12 09:04:23 -05:00
|
|
|
<name>
|
|
|
|
HTTP PUT from file with weird letters
|
|
|
|
</name>
|
|
|
|
<command>
|
2003-08-19 19:38:10 -04:00
|
|
|
http://%HOSTIP:%HOSTPORT/we/want/ -T log/58te[]st.txt -g
|
2003-03-12 09:04:23 -05:00
|
|
|
</command>
|
|
|
|
<file name="log/58te[]st.txt">
|
|
|
|
a few bytes
|
|
|
|
</file>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
PUT /we/want/58te%5B%5Dst%2Etxt HTTP/1.1
|
|
|
|
Host: 127.0.0.1:8999
|
|
|
|
Pragma: no-cache
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2003-03-12 09:04:23 -05:00
|
|
|
Content-Length: 12
|
2004-03-05 07:54:18 -05:00
|
|
|
Expect: 100-continue
|
2003-03-12 09:04:23 -05:00
|
|
|
|
|
|
|
a few bytes
|
|
|
|
</protocol>
|
|
|
|
</verify>
|