Crate salvo_core[][src]

Re-exports

pub use anyhow;
pub use hyper;
pub use self::depot::Depot;
pub use self::http::Request;
pub use self::http::Response;

Modules

depot
fs
http
prelude
routing

Structs

CatcherImpl
Error

Errors that can happen inside salvo.

Router
Server
Service
TlsServer

Traits

Catcher
Handler
Writer

Functions

start
start_with_threads

Type Definitions

Result

Attribute Macros

fn_handler