2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2012-11-13 21:02:42 +08:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP POST
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-04-07 22:27:54 +08:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 100 Continue swsclose
|
|
|
|
Silly-header: yeeeees
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP multipart formpost with only a 100 reply
|
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-13 00:38:26 +08:00
|
|
|
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -F name=daniel
|
2004-04-07 22:27:54 +08:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^Content-Type: multipart/form-data.*
|
2013-06-25 04:24:35 +08:00
|
|
|
^-----------------------.*
|
2004-04-07 22:27:54 +08:00
|
|
|
</strip>
|
|
|
|
<protocol>
|
2021-03-13 00:38:26 +08:00
|
|
|
POST /%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-04-07 22:27:54 +08:00
|
|
|
Accept: */*
|
|
|
|
Content-Length: 145
|
|
|
|
Content-Type: multipart/form-data; boundary=----------------------------4f12fcdaa3bc
|
|
|
|
|
|
|
|
------------------------------4f12fcdaa3bc
|
|
|
|
Content-Disposition: form-data; name="name"
|
|
|
|
|
|
|
|
daniel
|
|
|
|
------------------------------4f12fcdaa3bc--
|
|
|
|
</protocol>
|
|
|
|
<errorcode>
|
|
|
|
52
|
|
|
|
</errorcode>
|
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|