Crate shio [] [src]

Reexports

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

Modules

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

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

Handler