httplib :: HTTPResponse :: Class HTTPResponse
[frames] | no frames]

Class HTTPResponse



Instance Methods
 
__init__(self, sock, debuglevel=0, strict=0, method=None)
 
begin(self)
 
close(self)
 
isclosed(self)
 
read(self, amt=None)
 
getheader(self, name, default=None)
 
getheaders(self)
Return list of (header, value) tuples.