HTTPConnection
connects to a specified host on a specified port by establishing an HTTP/1.1 tunnel. This uses HTTP CONNECT to create a persistent connection and uses that to send and receive data.
@author Raghu
@version 0.1
@see hamsam.net.SocksConnection SocksConnection
@see hamsam.net.DirectConnection DirectConnection
|
|