Package flickrapi :: Module reportinghttp :: Class ProgressHTTPConnection
[hide private]
[frames] | no frames]

Class ProgressHTTPConnection

source code

httplib.HTTPConnection --+
                         |
                        ProgressHTTPConnection

HTTPConnection that gives regular progress reports during sending of data.
Nested Classes [hide private]

Inherited from httplib.HTTPConnection: response_class

Instance Methods [hide private]
 
connect(self)
Connects to a HTTP server.
source code

Inherited from httplib.HTTPConnection: __init__, close, endheaders, getresponse, putheader, putrequest, request, send, set_debuglevel, set_tunnel

Inherited from httplib.HTTPConnection (private): _output, _send_output, _send_request, _set_content_length, _set_hostport, _tunnel

Class Variables [hide private]

Inherited from httplib.HTTPConnection: auto_open, debuglevel, default_port, strict

Inherited from httplib.HTTPConnection (private): _http_vsn, _http_vsn_str

Method Details [hide private]

connect(self)

source code 
Connects to a HTTP server.
Overrides: httplib.HTTPConnection.connect