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
inertiaEnables the support for the Inertia protocol.No
jwtEnables the support for JSON Web Token.No
metricsEnables the metrics exporter.No
viewEnables the HTML template rendering.No

Modules§

inertiainertia
Implementation of the Inertia protocol.
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.