Crate mendes
Source pub use application::Application;pub use application::Context;pub use application::Error;pub use application::FromContext;pub use body::Body;pub use http;http
- application
application - Core of the Mendes web application toolkit
- body
application - cookies
cookies - Cookie support
- forms
forms - Form generation and data validation
- hyper
hyper - Optional features that require hyper
- key
key - AEAD encryption/decryption support
- types
- Some content type definitions
- utils
- Some helperrs
- route
- handler
- Implement a request handler wrapper for the annotated function
- scope