12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <testcase>
- <info>
- <keywords>
- HTTP
- HTTP POST
- </keywords>
- </info>
- <reply>
- </reply>
- <client>
- <server>
- http
- </server>
- <tool>
- lib513
- </tool>
- <name>
- send HTTP POST using read callback that returns CURL_READFUNC_ABORT
- </name>
- <command delay="1">
- http://%HOSTIP:%HTTPPORT/513
- </command>
- </client>
- <verify>
- <protocol>
- POST /513 HTTP/1.1
- Host: %HOSTIP:%HTTPPORT
- Accept: */*
- Content-Length: 1
- Content-Type: application/x-www-form-urlencoded
- </protocol>
- <errorcode>
- 42
- </errorcode>
- </verify>
- </testcase>
|