Crate salvo_core[][src]

Re-exports

pub use self::depot::Depot;
pub use self::server::Server;
pub use self::server::TlsServer;
pub use self::writer::Writer;

Modules

depot
fs
http

Types that map to concepts in HTTP.

prelude
routing
server
writer

Structs

CatcherImpl
Error

The Error type, a wrapper around a dynamic error type.

Request

The Request given to all Middleware.

Response

The response representation given to Middleware

Router

Traits

Catcher
Handler

Attribute Macros

fn_handler