[][src]Module salvo::prelude

Modules

file

Structs

Arc

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

Depot
FileChunk
HtmlTextContent
JsonTextContent
NamedFile

A file with an associated name.

NamedFileBuilder
PlainTextContent
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
XmlTextContent

Traits

Handler
Writer

Attribute Macros

async_trait
fn_handler