[][src]Crate salvo

Re-exports

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

Modules

depot
error
http

Types that map to concepts in HTTP.

logging
prelude
routing
server

Structs

CatcherImpl
Depot
Protocol

Protocol used to serve content.

Request

The Request given to all Middleware.

Response

The response representation given to Middleware

Router
Server

The main Novel type: used to mount routes and catchers and launch the application.

ServerConfig

Enums

Error

An error type for the form_data crate.

Traits

Catcher
Content
HandleError
Handler