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§

Modules§

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

Macros§