Add version 1.11 of HTTP::Body with new param_order functionality
[catagits/HTTP-Body.git] / t / data / xforms / 001-results.pml
1 {
2   "body" => "<model><data1>asdfg</data1><data2>asdfg</data2></model>",
3   "upload" => {
4     "zxcvb\@zxcvb.com" => {
5       "headers" => {
6         "Content-ID" => "<zxcvb\@zxcvb.com>"
7       },
8       "filename" => "zxcvb\@zxcvb.com",
9       "name" => "zxcvb\@zxcvb.com",
10       "size" => 17
11     },
12     "qwert\@qwerty.com" => {
13       "headers" => {
14         "Content-ID" => "<qwert\@qwerty.com>"
15       },
16       "filename" => "qwert\@qwerty.com",
17       "name" => "qwert\@qwerty.com",
18       "size" => 17
19     }
20   },
21   "param" => {
22     "XForms:Model" => "<model><data1>asdfg</data1><data2>asdfg</data2></model>"
23   },
24   param_order => [
25     "XForms:Model"
26   ],
27   "start" => "asdfg\@asdfg.com"
28 }