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

Module reportinghttp

source code

HTTPHandler that supports a callback method for progress reports.
Classes [hide private]
  ReportingSocket
Wrapper around a socket.
  ProgressHTTPConnection
HTTPConnection that gives regular progress reports during sending of data.
  ProgressHTTPHandler
HTTPHandler that gives regular progress reports during sending of data.
Functions [hide private]
 
set_callback(method)
Sets the callback function to use for progress reports.
source code
 
urlopen(url_or_request, callback, body=None)
Opens an URL using the ProgressHTTPHandler.
source code
Variables [hide private]
  LOG = logging.getLogger(__name__)
  progress_callback = None
  __package__ = 'flickrapi'