Part of twisted.web2.http View Source View In Hierarchy
Known subclasses: twisted.web2.auth.wrapper.UnauthorizedResponse, twisted.web2.http.RedirectResponse
Response 
object which simply contains a status code and a description of what 
happened.
| Parameters | code | a response code in responsecode.RESPONSES.
 | 
| description | a string description. | |
| title | the message title.  If not specified or None, defaults to 
responsecode.RESPONSES[code].
 |