zino-http

Crates.iozino-http
lib.rszino-http
version
sourcesrc
created_at2024-12-03 03:34:12.187929
updated_at2024-12-12 04:54:15.122017
descriptionHTTP requests and responses for zino.
homepagehttps://github.com/zino-rs/zino
repositoryhttps://github.com/zino-rs/zino
max_upload_size
id1469602
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Zan Pan (photino)

documentation

https://docs.rs/zino-http

README

github crates-io docs-rs

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
Commit count: 587

cargo fmt