Part of twisted.web2.http View Source View In Hierarchy
Known subclasses: twisted.web2.http.StatusResponse
Implements interfaces: twisted.web2.iweb.IResponse
Parameters | code | The HTTP status code for this Response
(type: int
) |
headers | Headers to be sent to the client.
(type: dict , twisted.web2.http_headers.Headers ,
or None
) | |
stream | Content body to send to the HTTP client
(type: twisted.web2.stream.IByteStream
) |