Trees | Indices | Help |
|
---|
|
SocketServer.BaseRequestHandler --+ | SocketServer.StreamRequestHandler --+ | BaseHTTPServer.BaseHTTPRequestHandler --+ | GlideHTTPHandler
This class, derived from BaseHTTPRequestHandler, implements the do_GET and do_POST methods. Unlike the parent class, this handler does not "finish" immediately after calling do_GET/do_POST, but waits until glide_finish() is called.
Properties:
* glide_data: a dictionary containing the posted form data. * glide_stop: a boolean, set to True if the client asked us to stop. * glide_form: the form to send out when getting "/".
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|
|
Finish the handler by calling the finish() method from the parent class. Among other things, this closes the connection. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:34 2015 | http://epydoc.sourceforge.net |