Module salvo_core::prelude[][src]

Re-exports

pub use crate::http::errors::*;
pub use crate::http::Request;
pub use crate::http::Response;
pub use crate::routing::filter;
pub use crate::writer::*;

Structs

Depot

Depot if for store temp data of current request. Each handler can read or write data to it.

Router
Server
Service
StatusCode

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

TlsServer

Traits

Handler

Attribute Macros

async_trait
fn_handler