[][src]Crate salvo

Re-exports

pub use crate::server::Server;
pub use crate::server::ServerConfig;
pub use crate::error::Error;
pub use crate::depot::Depot;

Modules

depot
error
http

Types that map to concepts in HTTP.

logging
prelude
routing
server

Structs

CatcherImpl
Protocol

Protocol used to serve content.

Request

The Request given to all Middleware.

Response

The response representation given to Middleware

Router

Traits

Catcher
Content
Handler

Attribute Macros

fn_handler