twisted.web.wsgi._WSGIResponse.write(self, data) method documentationtwisted.web.wsgi._WSGIResponse
          View Source
          
        
      The WSGI write callable returned by the start_response callable. The given bytes will be written to the response body, possibly flushing the status and headers first.
This will be called in a non-I/O thread.
| Function | wsgiWrite | Undocumented |