Crate salvo[][src]

Re-exports

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

Modules

anyhow

github

crates-io

docs-rs

depot
fs
http

Types that map to concepts in HTTP.

hyper

hyper

prelude
routing

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
Service
TlsServer

Traits

Catcher
Handler
Writer

Type Definitions

Result

Attribute Macros

fn_handler