Represents the write callable returned by the start_response callable passed to a WSGI handler.
Class: WsgiResponseBody()
operator() | ( | ... | ) |
Function: operator(status, response_headers[, exc_info])
Callable implementation to write data to the response.
data | string data to write |