1url
2  http://example.com/new.txt
3content
4  abcdefghijklmnopqrstuvwxyz1234567890abcdef
5----------
6PUT /new.txt HTTP/1.1
7Host: example.com
8Connection: close
9User-Agent: HTTP-Tiny/VERSION
10Content-Type: application/octet-stream
11Content-Length: 42
12
13abcdefghijklmnopqrstuvwxyz1234567890abcdef
14----------
15HTTP/1.1 201 Created
16Date: Thu, 03 Feb 1994 00:00:00 GMT
17Location: http://example.com/new.txt
18Content-Length: 0
19
20