Crate salvo_core[][src]

Re-exports

pub use anyhow;
pub use hyper;
pub use self::http::Request;
pub use self::http::Response;
pub use self::writer::Writer;

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.

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.