Module finchers_core::output [] [src]

Components for constructing HTTP responses.

Structs

Debug

A helper struct for creating the response from types which implements fmt::Debug.

ResponseBody

An asynchronous stream representing the body of HTTP response.

Traits

HttpResponse

Trait representing additional information for constructing an HTTP response.

Responder

Trait representing the conversion to an HTTP response.

Type Definitions

Output

A type alias of value which will be returned from Responder.