Package mapproxy :: Package core :: Module client :: Class HTTPClient
[hide private]
[frames] | no frames]

Class HTTPClient

source code

object --+
         |
        HTTPClient

Instance Methods [hide private]
 
__init__(self, url=None, username=None, password=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_log(self, url, status, result) source code
 
open(self, url, *args, **kw) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  log = logging.getLogger(__name__+ '.http')
  log_fmt = '%(host)s - - [%(date)s] "GET %(path)s HTTP/1.1" %(s...
  log_datefmt = '%d/%b/%Y:%H:%M:%S %z'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, url=None, username=None, password=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

log_fmt

Value:
'%(host)s - - [%(date)s] "GET %(path)s HTTP/1.1" %(status)d %(size)s "\
-" ""'