Module salvo_core::prelude[][src]

Re-exports

pub use crate::depot::Depot;
pub use crate::http::errors::*;
pub use crate::routing::filter;
pub use crate::server::Server;
pub use crate::server::TlsServer;
pub use crate::writer::*;

Structs

Request

The Request given to all Middleware.

Response

The response representation given to Middleware

Router
StatusCode

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

Traits

Handler

Attribute Macros

async_trait
fn_handler