summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/post-01.txt
blob: 644731b08072ceda128961cc3e2fc3d7cfbb07d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
url
  http://example.com/index.html
headers
  Content-Type: text/plain
  Content-Length: 42
content
  abcdefghijklmnopqrstuvwxyz1234567890abcdef
----------
POST /index.html HTTP/1.1
Host: example.com
Connection: close
User-Agent: HTTP-Tiny/VERSION
Content-Type: text/plain
Content-Length: 42

abcdefghijklmnopqrstuvwxyz1234567890abcdef

----------
HTTP/1.1 200 OK
Date: Thu, 03 Feb 1994 00:00:00 GMT
Content-Type: text/plain
Content-Length: 42

abcdefghijklmnopqrstuvwxyz1234567890abcdef