Crate zino_http

Source
Expand description

github crates-io docs-rs

HTTP requests and responses for zino.

§Feature flags

The following optional features are available:

NameDescriptionDefault?
authEnables the authentication and authorization.No
cookieEnables the support for cookies.No
debugEnables the features for ease of debugging.No
i18nEnables the support for internationalization.No
jwtEnables the support for JSON Web Token.No
metricsEnables the metrics exporter.No
viewEnables the HTML template rendering.No

Re-exports§

pub use fluent::fluent_args;i18n

Modules§

i18ni18n
Internationalization and localization.
request
Request context and validation.
response
Constructing responses and rejections.
timing
HTTP headers for performance metrics.
viewview
Building HTML views using templates.

Macros§

reject
Returns early with a Rejection.