Class t.w.h.StatusResponse(Response):

Part of twisted.web2.http View Source View In Hierarchy

Known subclasses: twisted.web2.auth.wrapper.UnauthorizedResponse, twisted.web2.http.RedirectResponse

A Response object which simply contains a status code and a description of what happened.
Method __init__
Method __repr__ Undocumented
def __init__(self, code, description, title=None): (source)
Parameterscodea response code in responsecode.RESPONSES.
descriptiona string description.
titlethe message title. If not specified or None, defaults to responsecode.RESPONSES[code].
def __repr__(self): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.