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§
Macros§
Structs§
- Status
Code - An HTTP status code (
status-code
in RFC 9110 et al.).