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;
pub use self::server::Server;
pub use self::server::TlsServer;

Modules

depot
fs
http
prelude
routing
server

Structs

CatcherImpl
Error

Errors that can happen inside salvo.

Router
Service

Traits

Catcher
Handler
Writer

Functions

start
start_with_threads

Type Definitions

Result

Attribute Macros

fn_handler