[][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.

logging
routing
server
writer

Structs

CatcherImpl
Error

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

Protocol

Protocol used to serve content.

Request

The Request given to all Middleware.

Response

The response representation given to Middleware

Router

Traits

Catcher
Handler