Module iron::response
[−]
[src]
Iron's HTTP Response representation and associated methods.
Structs
HttpResponse |
The outgoing half for a Tcp connection, created by a |
Response |
The response representation given to |
ResponseBody |
A |
Traits
WriteBody |
A trait which writes the body of an HTTP response. |