Trees | Indices | Help |
|
---|
|
SocketServer.BaseServer --+ | SocketServer.TCPServer --+ | BaseHTTPServer.HTTPServer --+ | GlideHTTPServer
This is a variant on HTTPServer that doesn't shut down requests immediately, but keeps them around until glide_shutdown_request is called. This allows us to split the processing of the request into two steps: one to get the request, and the other to respond to it.
In the meantime, the handler object is kept around in the glide_http_handler property.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
Finish one request by instantiating RequestHandlerClass.
|
Called to shutdown and close an individual request.
|
Handle one request, possibly blocking. Respects self.timeout.
|
Called if no new request arrives within self.timeout. Overridden by ForkingMixIn.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:43 2016 | http://epydoc.sourceforge.net |