Module shio::prelude [] [src]

Re-exports important traits and types. Meant to be glob imported when using Shio.

Reexports

pub use super::Response;

Modules

header

Headers container, and common header fields.

Structs

Context

Context represents the context of the current HTTP request.

Shio

Enums

Method

The Request Method (VERB)

StatusCode

An HTTP status code (status-code in RFC 7230 et al.).

Traits

Future

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

FutureExt
Handler
IntoFuture

Class of types which can be converted into a future.

IntoFutureExt

Type Definitions

BoxFuture

A type alias for Box

BoxHandler