Crate salvo[][src]

Re-exports

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

Modules

Structs

Default implementation of Catcher.

Depot if for store temp data of current request. Each handler can read or write data to it.

Errors that can happen inside salvo.

Represents an HTTP request.

Represents an HTTP response

Traits

Catch error in current response.

Functions

If you don’t want to include tokio in your project directly, you can use this function to start server.

If you don’t want to include tokio in your project directly, you can use this function to start server.

Type Definitions

Attribute Macros

fn_handler is a pro macro to help create Handler from function easily.