Module susanoo::prelude [] [src]

Reexports

pub use router::Route;

Structs

Context

A context during handling.

Response

[unstable] A response which contains all information to construct

Susanoo

Root instance of Web application.

Enums

HandleError

Error type thrown during handling

Outcome

A future returned from middlewares/handlers.

Traits

Future

Trait for types which are a placeholder of a value that may become available at some later point in time.

Handler

Represents a handler

Middleware

Represents a middleware.

Stream

A stream of values, not all of which may have been produced yet.