[][src]Module salvo::prelude

Re-exports

pub use crate::server::Server;
pub use crate::server::ServerConfig;
pub use crate::depot::Depot;
pub use crate::logging;

Structs

Arc

A thread-safe reference-counting pointer. 'Arc' stands for 'Atomically Reference Counted'.

Request

The Request given to all Middleware.

Response

The response representation given to Middleware

Router

Traits

Handler

Attribute Macros

async_trait
fn_handler