[][src]Crate salvo_core

Re-exports

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

Modules

depot
http

Types that map to concepts in HTTP.

prelude
routing
server
writer

Structs

CatcherImpl
Error

Errors that can happen inside salvo.

Request

The Request given to all Middleware.

Response

The response representation given to Middleware

Router

Traits

Catcher
Handler

Attribute Macros

fn_handler