Skip to main content

Module response

Module response 

Source

Structs§

ConnResponseWriter
A ResponseWriter that writes to an arbitrary Write (a TCP connection).
Response
An HTTP response received by the client. Mirrors Go’s http.Response.

Traits§

ResponseWriter
The interface a handler uses to construct an HTTP response. Port of Go’s http.ResponseWriter.