Module finchers::output[][src]

Components for constructing HTTP responses.

Re-exports

pub use self::fs::NamedFile;

Modules

body

The definition of ResBody and implementors of Payload.

fs
status

Structs

Debug

An instance of Responder representing text responses with debug output.

Json

An instance of Responder representing statically typed JSON responses.

OutputContext

Contextual information at applying Output::respond.

Pretty

A wrapper type to use pretty output for the internal value.

Traits

Output

A trait representing the value to be converted into an HTTP response.