HTTP HTTP PUT # Server-side HTTP/1.1 200 OK swsbounce Date: Tue, 09 Nov 2010 14:49:00 GMT Server: test-server/fake Accept-Ranges: bytes Content-Length: 6 Content-Type: text/html -foo- HTTP/1.1 200 OK Date: Tue, 09 Nov 2010 14:49:00 GMT Content-Length: 20 Content-Type: text/html the second response # Client-side http upload with glob, output name based on upload glob -T '%LOGDIR/upload{%LThej%GT1,2}' http://%HOSTIP:%HTTPPORT/%TESTNUMBER --silent '--output=%LOGDIR/out-#%LThej%GT' first! second # Verify data after the test has been "shot" PUT /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* Content-Length: 7 first! PUT /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* Content-Length: 7 second %EMPTY HTTP/1.1 200 OK swsbounce Date: Tue, 09 Nov 2010 14:49:00 GMT Server: test-server/fake Accept-Ranges: bytes Content-Length: 6 Content-Type: text/html -foo- HTTP/1.1 200 OK Date: Tue, 09 Nov 2010 14:49:00 GMT Content-Length: 20 Content-Type: text/html the second response