Module prelude

Source
Expand description

Fast access to nice things.

Re-exports§

pub use crate::requests::MsgPackParser;
pub use crate::requests::MsgPackBuilder;
pub use crate::results::MResult;
pub use crate::responses::OK;
pub use crate::responses::Plain;
pub use crate::responses::Html;
pub use crate::responses::File;
pub use crate::responses::Json;
pub use crate::responses::MsgPack;
pub use crate::errors::ErrorResponse;
pub use crate::errors::Consider;

Modules§

endpoint
Enhanced of handler for generate OpenAPI documention.

Macros§

brotli
Brotli compression salvo’s hoop.
file
File response.
html
json
msgpack
ok
plain

Structs§

StatusCode
An HTTP status code (status-code in RFC 9110 et al.).

Attribute Macros§

endpoint
Enhanced of handler for generate OpenAPI documention, Read more.