[][src]Crate salvo_core

Re-exports

pub use crate::depot::Depot;
pub use crate::server::Server;
pub use crate::server::ServerConfig;
pub use crate::writer::Writer;

Modules

depot
http

Types that map to concepts in HTTP.

routing
server
writer

Structs

CatcherImpl
Protocol

Protocol used to serve content.

Request

The Request given to all Middleware.

Response

The response representation given to Middleware

Router

Traits

Catcher
Handler