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
i18nEnables the support for internationalization.No
jwtEnables the support for JSON Web Token.No
metricsEnables the metrics exporter.No
openapiEnables the support for OpenAPI docs via utoipa.No
viewEnables the HTML template rendering.No

Re-exports§

Modules§

  • i18ni18n
    Internationalization and localization.
  • Request context and validation.
  • Constructing responses and rejections.
  • HTTP headers for performance metrics.

Macros§