Module highnoon::response[][src]

Structs

Response

A response to be returned to the client. You do not always need to use this struct directly as endpoints can return anything implementing Responder. However this is the most flexible way to construct a reply, and it implements Responder (the "identity" implementation).