Method Summary |
|
__init__ (self,
host,
port,
tcpAttr,
channel_mode,
delegation_mode)
|
|
close (self)
Close the given connection |
|
connect (self)
Open the GSITCPSocket connection. |
Inherited from HTTPConnection |
|
endheaders (self)
Indicate that the last header line has been sent to the server. |
|
getresponse (self)
Get the response from the server. |
|
putheader (self,
header,
value)
Send a request header line to the server. |
|
putrequest (self,
method,
url,
skip_host,
skip_accept_encoding)
Send a request to the server. |
|
request (self,
method,
url,
body,
headers)
Send a complete request to the server. |
|
send (self,
str)
Send `str' to the server. |
|
set_debuglevel (self,
level)
|