[][src]Crate salvo

Re-exports

pub use salvo_core as core;
pub use salvo_macros;
pub use salvo_extra as extra;

Modules

depot
http

Types that map to concepts in HTTP.

prelude
prelude
routing
server
writer

Structs

CatcherImpl
Depot
Error

Errors that can happen inside salvo.

Request

The Request given to all Middleware.

Response

The response representation given to Middleware

Router
Server
TlsServer

Traits

Catcher
Handler
Writer