diff options
Diffstat (limited to 'cpan/HTTP-Tiny/t/cases/form-04.txt')
-rw-r--r-- | cpan/HTTP-Tiny/t/cases/form-04.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/cpan/HTTP-Tiny/t/cases/form-04.txt b/cpan/HTTP-Tiny/t/cases/form-04.txt new file mode 100644 index 0000000000..3f762c0609 --- /dev/null +++ b/cpan/HTTP-Tiny/t/cases/form-04.txt @@ -0,0 +1,21 @@ +url + http://example.com/new +content + utf8|☺ +datatype + ARRAY +---------- +POST /new HTTP/1.1 +Host: example.com +Connection: close +User-Agent: HTTP-Tiny/VERSION +Content-Type: application/x-www-form-urlencoded +Content-Length: 23 + +utf8=%C3%A2%C2%98%C2%BA +---------- +HTTP/1.1 201 Created +Date: Thu, 03 Feb 1994 00:00:00 GMT +Location: http://example.com/new/01.txt +Content-Length: 0 + |