Module shio::prelude [] [src]

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

Reexports

pub use super::Request;
pub use super::Response;

Modules

header

Headers container, and common header fields.

Structs

Context

Context represents the context of the current HTTP request.

Parameters
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
IntoFuture

Class of types which can be converted into a future.

Type Definitions

BoxFuture

A type alias for Box