Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magiclen/rocket-etag-if-none-match
This crate provides a request guard used for getting `if-none-match` header.
https://github.com/magiclen/rocket-etag-if-none-match
etag rocket rust
Last synced: 2 months ago
JSON representation
This crate provides a request guard used for getting `if-none-match` header.
- Host: GitHub
- URL: https://github.com/magiclen/rocket-etag-if-none-match
- Owner: magiclen
- License: mit
- Created: 2018-08-16T15:43:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T01:58:00.000Z (about 1 year ago)
- Last Synced: 2024-11-14T17:06:52.436Z (2 months ago)
- Topics: etag, rocket, rust
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Etag `if-none-match` Request Guard for Rocket Framework
====================[![CI](https://github.com/magiclen/rocket-etag-if-none-match/actions/workflows/ci.yml/badge.svg)](https://github.com/magiclen/rocket-etag-if-none-match/actions/workflows/ci.yml)
This crate provides a request guard used for getting `if-none-match` header.
See `examples`.
## Crates.io
https://crates.io/crates/rocket-etag-if-none-match
## Documentation
https://docs.rs/rocket-etag-if-none-match
## License
[MIT](LICENSE)