Crate salvo[][src]

Re-exports

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

Modules

anyhow

github

crates-io

docs-rs

fs
http
hyper

hyper

prelude
routing
writer

Structs

CatcherImpl

Default implementation of Catcher.

Depot

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

Error

Errors that can happen inside salvo.

Request

Represents an HTTP request.

Response

Represents an HTTP response

Router
Server
Service
TlsServer

Traits

Catcher

Catch error in current response.

Handler
Writer

Functions

start

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

start_with_threads

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

Type Definitions

Result

Attribute Macros

async_trait
fn_handler