Crate shio [] [src]

Reexports

pub use response::Response;
pub use middleware::Middleware;

Modules

errors

Types representing errors that can occur from inside Shio.

ext
header

Headers container, and common header fields.

middleware
prelude

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

response
router

Structs

Context

Context represents the context of the current HTTP request.

Shio
Stack

Enums

Method

The Request Method (VERB)

StatusCode

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

Traits

Handler

Type Definitions

BoxHandler