Package wtf :: Package impl :: Package http :: Module _server :: Class _TimeOuts
[hide private]
[frames] | no frames]

Class _TimeOuts

source code

object --+
         |
        _TimeOuts

Timeout specificiations
Instance Methods [hide private]
 
__init__(self, config)
Initialization
source code

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

Instance Variables [hide private]
float general
General timeout, defaults to 300.0 secs
float keep_alive
Keep-alive timeout, defaults to 5.0 secs
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, config)
(Constructor)

source code 
Initialization
Parameters:
Overrides: object.__init__