f7f3ee8d3ff40aab2fce8c6bffe5f23d8d49eb2a
[catagits/HTTP-Body.git] / t / data / multipart / 001-results.yml
1 ---
2 body: ~
3 param:
4   select:
5     - A
6     - B
7   text1: Ratione accusamus aspernatur aliquam
8   textarea: "Voluptatem cumque voluptate sit recusandae at. Et quas facere rerum unde esse. Sit est et voluptatem. Vel temporibus velit neque odio non.\r\n\r\nMolestias rerum ut sapiente facere repellendus illo. Eum nulla quis aut. Quidem voluptas vitae ipsam officia voluptatibus eveniet. Aspernatur cupiditate ratione aliquam quidem corrupti. Eos sunt rerum non optio culpa."
9 upload:
10   upload:
11     - filename: hello.pl
12       headers:
13         Content-Disposition: form-data; name="upload"; filename="hello.pl"
14         Content-Type: application/octet-stream
15       name: upload
16       size: 71
17     - filename: hello.pl
18       headers:
19         Content-Disposition: form-data; name="upload"; filename="hello.pl"
20         Content-Type: application/octet-stream
21       name: upload
22       size: 71
23   upload2:
24     filename: hello.pl
25     headers:
26       Content-Disposition: form-data; name="upload2"; filename="hello.pl"
27       Content-Type: application/octet-stream
28     name: upload2
29     size: 71
30   upload3:
31     filename: blank.pl
32     headers:
33       Content-Disposition: form-data; name="upload3"; filename="blank.pl"
34       Content-Type: application/octet-stream
35     name: upload3
36     size: 0