--TEST-- env request Message --SKIPIF-- --POST_RAW-- Content-Type: test/something b=c --ENV-- HTTP_X_TEST=test --COOKIE-- foo=bar --FILE-- getBody()); echo "Done\n"; --EXPECTF-- Test object(%s)#%d (10) { ["errorHandling":protected]=> NULL ["type":protected]=> int(1) ["body":protected]=> object(%s)#%d (1) { ["errorHandling":protected]=> NULL } ["requestMethod":protected]=> string(4) "POST" ["requestUrl":protected]=> string(0) "" ["responseStatus":protected]=> string(0) "" ["responseCode":protected]=> int(0) ["httpVersion":protected]=> string(3) "1.1" ["headers":protected]=> array(2) { ["X-Test"]=> string(4) "test" ["Cookie"]=> string(7) "foo=bar" } ["parentMessage":protected]=> NULL } POST / HTTP/1.1%a X-Test: test%a Cookie: foo=bar%a %a b=c%a string(3) "b=c" Done