Interface t.w.i.IResponse(Interface):

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

Known implementations: twisted.web2.http.Response
I'm a response.
Attribute code The HTTP response code
Attribute headers A http_headers.Headers instance of headers to send
Attribute stream A stream.IByteStream of outgoing data, or else None.
code =
The HTTP response code
headers =
A http_headers.Headers instance of headers to send
stream =
A stream.IByteStream of outgoing data, or else None.
API Documentation for twisted, generated by pydoctor.