Re-exports§
pub use response::Response;
pub use request::Request;
pub use context::Context;
pub use state::State;
pub use data::Data;
pub use errors::Error;
Modules§
- context
- data
- errors
- Types representing errors that can occur from inside Shio.
- ext
- http
- Types that map directly to concepts in HTTP.
- prelude
- Re-exports important traits and types. Meant to be glob imported when using Shio.
- request
- response
- router
- state
- util