Return raw body for UrlEncoded requests.
[catagits/HTTP-Body.git] / t / data / urlencoded / 004-results.pml
CommitLineData
712c90b5 1{
2ec96b56 2 "body" => "one=foo; two=bar",
712c90b5 3 "upload" => {},
4 "param" => {
5 "one" => "foo",
6 "two" => "bar"
08160cca 7 },
8 "param_order" => [
9 "one", "two"
10 ]
712c90b5 11}