viz-core

Crates.ioviz-core
lib.rsviz-core
version0.8.8
sourcesrc
created_at2020-06-28 00:40:30.643142
updated_at2024-06-23 10:10:05.10475
descriptionThe core traits and types in for Viz
homepagehttps://viz.rs
repositoryhttps://github.com/viz-rs/viz
max_upload_size
id258954
size214,408
Fangdun Tsai (fundon)

documentation

https://docs.rs/viz-core

README

Viz

Core Components for Viz

Safety! Docs.rs docs Crates.io version Download

Built-in Extractors

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.

Built-in Middleware

Middleware Description
cookie Cookie
cors CORS
csrf CSRF
limits Limits
session Session
compression Compression
otel::tracing OpenTelemetry Tracing
otel::metrics OpenTelemetry Metrics

License

This project is licensed under the MIT license.

Author

Commit count: 458

cargo fmt