HTTP
HTTP PUT
# Server-side
HTTP/1.0 200 OK swsclose
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
blablabla
# Client-side
http
HTTP PUT from stdin with wrong content-length
http://%HOSTIP:%HTTPPORT/bzz/60 -T - -H "Content-Length: 1" < log/60.txt
more than one byte
# Verify data after the test has been "shot"
^User-Agent:.*
PUT /bzz/60 HTTP/1.1
Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
Transfer-Encoding: chunked
Content-Length: 1
Expect: 100-continue
13
more than one byte
0