handy_http_transport.response_output_stream

Undocumented in source.

Members

Structs

HttpResponseOutputStream
struct HttpResponseOutputStream(S)

A wrapper around a byte output stream that's used for writing HTTP response content. It keeps a reference to the ServerHttpResponse so that when a handler writes data to the stream, it'll flush the HTTP response status and headers beforehand.