[][src]Module salvo::prelude

Modules

logging

Structs

Arc

A thread-safe reference-counting pointer. 'Arc' stands for 'Atomically Reference Counted'.

Depot
Request

The Request given to all Middleware.

Response

The response representation given to Middleware

Router
Server

The main Novel type: used to mount routes and catchers and launch the application.

ServerConfig

Traits

Handler

Functions

logger

Attribute Macros

async_trait
fn_handler