class documentation
class HttpResponder(object):
Undocumented
| Method | __call__ |
Handles a request. |
| Method | __init__ |
Initializes this class. |
| Static Method | _ |
Undocumented |
| Static Method | _ |
Sets the response code and body from a HttpException. |
| Instance Variable | _handler |
Undocumented |
Handles a request.
| Parameters | |
| fn:callable | Callback for retrieving HTTP request, must return a tuple containing request message (http.HttpMessage) and None or the message reader (_HttpClientToServerMessageReader) |