[][src]Module finchers::output

Components for constructing HTTP responses.

Re-exports

pub use self::fs::NamedFile;

Modules

fs
status

Structs

Debug

An instance of Output representing text responses with debug output.

Json

An instance of Output representing statically typed JSON responses.

Redirect

An instance of Output representing redirect responses.

Traits

IntoResponse

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