Module tsukuyomi::output[][src]

Components for constructing HTTP responses.

Structs

Output

The type representing outputs returned from handlers.

ResponseBody

A type representing the message body in HTTP response.

Traits

HttpResponse

[unstable] A trait representing additional information for constructing an HTTP response.

Responder

A trait representing the conversion to an HTTP response.

ResponseExt

A set of extensions for Response<T>.