File: 001-results.pml

package info (click to toggle)
libhttp-body-perl 1.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 532 kB
  • sloc: perl: 980; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 684 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "body" => "<model><data1>asdfg</data1><data2>asdfg</data2></model>",
  "upload" => {
    "zxcvb\@zxcvb.com" => {
      "headers" => {
        "Content-ID" => "<zxcvb\@zxcvb.com>"
      },
      "filename" => "zxcvb\@zxcvb.com",
      "name" => "zxcvb\@zxcvb.com",
      "size" => 17
    },
    "qwert\@qwerty.com" => {
      "headers" => {
        "Content-ID" => "<qwert\@qwerty.com>"
      },
      "filename" => "qwert\@qwerty.com",
      "name" => "qwert\@qwerty.com",
      "size" => 17
    }
  },
  "param" => {
    "XForms:Model" => "<model><data1>asdfg</data1><data2>asdfg</data2></model>"
  },
  param_order => [
    "XForms:Model"
  ],
  "start" => "asdfg\@asdfg.com"
}