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

Represents an HTTP request.

Response

Represents an HTTP response

Router
Server
Service
TlsServer

Traits

Catcher
Handler
Writer

Functions

start
start_with_threads

Type Definitions

Result

Attribute Macros

fn_handler