Crate mendes

Source

Re-exports§

pub use application::Application;
pub use application::Context;
pub use application::Error;
pub use application::FromContext;
pub use body::Body;
pub use http;http

Modules§

applicationapplication
Core of the Mendes web application toolkit
bodyapplication
cookiescookies
Cookie support
formsforms
Form generation and data validation
hyperhyper
Optional features that require hyper
keykey
AEAD encryption/decryption support
types
Some content type definitions
utils
Some helperrs

Macros§

route

Attribute Macros§

handler
Implement a request handler wrapper for the annotated function
scope