HTTP
HTTP GET
HTTP proxy
#
# Server-side
HTTP/1.1 200 OK
Uknown-header: blrub
Content-Length: 6
-foo-
connection-monitor
#
# Client-side
http
Re-using HTTP proxy connection for two different host names
--proxy http://%HOSTIP:%HTTPPORT http://test.remote.haxx.se.1421:8990/ http://different.remote.haxx.se.1421:8990
#
# Verify data after the test has been "shot"
HTTP/1.1 200 OK
Uknown-header: blrub
Content-Length: 6
-foo-
HTTP/1.1 200 OK
Uknown-header: blrub
Content-Length: 6
-foo-
^User-Agent:.*
GET http://test.remote.haxx.se.1421:8990/ HTTP/1.1
Host: test.remote.haxx.se.1421:8990
Accept: */*
GET http://different.remote.haxx.se.1421:8990/ HTTP/1.1
Host: different.remote.haxx.se.1421:8990
Accept: */*
[DISCONNECT]