Crates.io | viz-core |
lib.rs | viz-core |
version | |
source | src |
created_at | 2020-06-28 00:40:30.643142 |
updated_at | 2024-10-03 05:57:11.345603 |
description | The core traits and types in for Viz |
homepage | https://viz.rs |
repository | https://github.com/viz-rs/viz |
max_upload_size | |
id | 258954 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | 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` |
size | 0 |
Core Components for Viz
Extractor | Description |
---|---|
Cookies | Extracts the cookies from the request. |
Form | Extracts from-data from the body of a request. |
Header | Extracts a header from the headers of a request. |
Json | Extracts JSON data from the body of a request, or responds a JSON data to response. |
Limits | Extracts the limits settings. |
Multipart | Extracts the data from the multipart body of a request. |
Params | Extracts params from the path of a URL. |
Query | Extracts the data from the query string of a URL. |
Session | A session for the current request. |
State | Extracts state from the extensions of a request. |
Websocket | A WebSocket connection. |
Middleware | Description |
---|---|
cookie | Cookie |
cors | CORS |
csrf | CSRF |
limits | Limits |
session | Session |
compression | Compression |
otel::tracing | OpenTelemetry Tracing |
otel::metrics | OpenTelemetry Metrics |
This project is licensed under the MIT license.