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