<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>
Modify parts of the client body with client-body-filter{blafasel-to-bumfidel}
</name>
<features>
proxy
</features>
<command>
-d "foo blafasel bar" http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</command>
</client>

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

foo bumfidel bar
</protocol>
</verify>
</testcase>
