Module tsukuyomi::output[][src]

Components for constructing HTTP responses.

Structs

ResponseBody

A type representing the message body in HTTP response.

Traits

AsyncResponder

The async variant of Responder.

Responder

A trait representing the conversion to an HTTP response.

Type Definitions

Output

The type representing outputs returned from handlers.