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

Class ProgressHTTPHandler

source code

    urllib2.BaseHandler --+        
                          |        
urllib2.AbstractHTTPHandler --+    
                              |    
            urllib2.HTTPHandler --+
                                  |
                                 ProgressHTTPHandler

HTTPHandler that gives regular progress reports during sending of data.
Instance Methods [hide private]
 
http_open(self, req) source code

Inherited from urllib2.HTTPHandler: http_request

Inherited from urllib2.AbstractHTTPHandler: __init__, do_open, do_request_, set_http_debuglevel

Inherited from urllib2.BaseHandler: __lt__, add_parent, close

Class Variables [hide private]

Inherited from urllib2.BaseHandler: handler_order

Method Details [hide private]

http_open(self, req)

source code 
Overrides: urllib2.HTTPHandler.http_open