<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<info>
<keywords>
HTTP
HTTP POST
client-body-filter
</keywords>
</info>

<reply>
<data>
HTTP/1.1 200 OK
Connection: close
Content-Type: text/html
X-Connection: swsclose

Received your input.
</data>
</reply>

<client>
<server>
http
</server>
<name>
Replace whole request body with client-body-filter{blafasel-to-bumfidel}
</name>
<features>
proxy
</features>
<command>
-d blafasel http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
</client>

<verify>
<protocol nonewline="yes">
POST /%TESTNUMBER HTTP/1.1%CR
Host: %HOSTIP:%HTTPPORT%CR
User-Agent: curl/%VERSION%CR
Accept: */*%CR
Content-Length: 8%CR
Content-Type: application/x-www-form-urlencoded%CR
Connection: close%CR
%CR
bumfidel
</protocol>
</verify>
</testcase>
