class documentation
class HttpServerHandler(object):
Base class for handling HTTP server requests.
Users of this class must subclass it and override the HandleRequest function.
| Static Method | |
Formats the body of an error message. |
| Method | |
Handles a request. |
| Method | |
Called before handling a request. |