HTTP HTTP GET # Server-side HTTP/1.1 200 OK Server: thebest/1.0 Content-Type: text/plain Content-Length: 6 first HTTP/1.1 200 OK Server: thebest/1.0 Content-Type: text/plain Content-Length: 7 second # Client-side http HTTP --dump-header - with two URLs http://%HOSTIP:%HTTPPORT/want/1066 http://%HOSTIP:%HTTPPORT/want/10660001 --dump-header - # Verify data after the test has been "shot" ^User-Agent:.* GET /want/1066 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* GET /want/10660001 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* HTTP/1.1 200 OK HTTP/1.1 200 OK Server: thebest/1.0 Server: thebest/1.0 Content-Type: text/plain Content-Type: text/plain Content-Length: 6 Content-Length: 6 first HTTP/1.1 200 OK HTTP/1.1 200 OK Server: thebest/1.0 Server: thebest/1.0 Content-Type: text/plain Content-Type: text/plain Content-Length: 7 Content-Length: 7 second