Package wtf :: Package app :: Package services :: Module static :: Class StaticService
[hide private]
[frames] | no frames]

Class StaticService

source code

object --+
         |
        StaticService

Static resources delivery
Instance Methods [hide private]
 
__init__(self, config, opts, args)
Initialization
source code
 
shutdown(self) source code
 
global_service(self) source code
 
middleware(self, func) source code

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

Class Variables [hide private]
  __implements__ = [<class 'wtf.services.ServiceInterface'>]
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, config, opts, args)
(Constructor)

source code 
Initialization
Overrides: object.__init__

shutdown(self)

source code 

global_service(self)

source code 

middleware(self, func)

source code