[][src]Module iron::response

Iron's HTTP Response representation and associated methods.

Structs

BodyReader

Wrapper type to set Readers as response bodies

HttpResponse

The outgoing half for a Tcp connection, created by a Server and given to a Handler.

Response

The response representation given to Middleware

Traits

WriteBody

A trait which writes the body of an HTTP response.