HTTP HTTP POST HTTP PUT # Server-side HTTP/1.1 200 OK Date: Thu, 01 Nov 2001 14:49:00 GMT Content-Type: text/html Content-Length: 6 hello HTTP/1.1 200 OK Date: Thu, 01 Nov 2001 14:49:00 GMT Content-Type: text/html Content-Length: 6 hello HTTP/1.1 200 OK Date: Thu, 01 Nov 2001 14:49:00 GMT Content-Type: text/html Content-Length: 6 hello # Client-side http CURLOPT_POST after CURLOPT_UPLOAD reusing handle lib%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER # Verify data after the test has been "shot" PUT /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* Content-Length: 22 Expect: 100-continue This is test PUT data POST /1948 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* Content-Length: 22 Content-Type: application/x-www-form-urlencoded This is test PUT data