twisted.web.http.Request.write(self, data) method documentationtwisted.web.http.Request
View Source
Write some data as a result of an HTTP request. The first time this is called, it writes out response data.
| Parameters | data | Some bytes to be sent as part of the response body. (type: bytes) |