Expand description
HTTP requests and responses for zino
.
§Feature flags
The following optional features are available:
Name | Description | Default? |
---|---|---|
auth | Enables the authentication and authorization. | No |
cookie | Enables the support for cookies. | No |
i18n | Enables the support for internationalization. | No |
jwt | Enables the support for JSON Web Token. | No |
metrics | Enables the metrics exporter. | No |
openapi | Enables the support for OpenAPI docs via utoipa . | No |
view | Enables the HTML template rendering. | No |
Re-exports§
pub use fluent::fluent_args;
i18n
Modules§
- i18n
i18n
Internationalization and localization. - Request context and validation.
- Constructing responses and rejections.
- HTTP headers for performance metrics.
Macros§
- Returns early with a
Rejection
.