HTTP
HTTP proxy
NO_PROXY
noproxy
# Server-side
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 4
Content-Type: text/html
foo
# Client-side
http-ipv6
NO_PROXY with IPv6 numerical address
http_proxy=http://%HOSTIP:%HTTPPORT
NO_PROXY=::1
http://%HOST6IP:%HTTP6PORT/%TESTNUMBER
# Verify data after the test has been "shot"
GET /%TESTNUMBER HTTP/1.1
Host: %HOST6IP:%HTTP6PORT
User-Agent: curl/%VERSION
Accept: */*