Package cherrypy :: Module _cpnative_server :: Class NativeGateway
[hide private]
[frames] | no frames]

Class NativeGateway

source code

                    object --+    
                             |    
wsgiserver.wsgiserver2.Gateway --+
                                 |
                                NativeGateway

Instance Methods [hide private]
 
respond(self)
Process the current request.
source code
 
send_response(self, status, headers, body) source code

Inherited from wsgiserver.wsgiserver2.Gateway: __init__

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

Class Variables [hide private]
  recursive = False
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

respond(self)

source code 

Process the current request. Must be overridden in a subclass.

Overrides: wsgiserver.wsgiserver2.Gateway.respond
(inherited documentation)