Crates.io | zino-http |
lib.rs | zino-http |
version | 0.10.1 |
created_at | 2024-12-03 03:34:12.187929+00 |
updated_at | 2025-08-27 01:48:30.948562+00 |
description | HTTP requests and responses for zino. |
homepage | https://github.com/zino-rs/zino |
repository | https://github.com/zino-rs/zino |
max_upload_size | |
id | 1469602 |
size | 204,295 |
HTTP requests and responses for zino
.
The following optional features are available:
Name | Description | Default? |
---|---|---|
auth |
Enables the authentication and authorization. | No |
cookie |
Enables the support for cookies. | No |
debug |
Enables the features for ease of debugging. | No |
i18n |
Enables the support for internationalization. | No |
inertia |
Enables the support for the Inertia protocol. | No |
jwt |
Enables the support for JSON Web Token. | No |
metrics |
Enables the metrics exporter. |
No |
view |
Enables the HTML template rendering. | No |