Crate shio [] [src]

Reexports

pub use response::Response;
pub use request::Request;
pub use context::Context;

Modules

context
errors

Types representing errors that can occur from inside Shio.

ext
header

Headers container, and common header fields.

prelude

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

request
response
router

Structs

Shio

Enums

Method

The Request Method (VERB)

StatusCode

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

Traits

Handler