https://github.com/magiclen/rocket-etagged-raw-response
This crate provides a response struct used for responding raw data with **Etag** cache.
https://github.com/magiclen/rocket-etagged-raw-response
response rocket rust
Last synced: about 1 month ago
JSON representation
This crate provides a response struct used for responding raw data with **Etag** cache.
- Host: GitHub
- URL: https://github.com/magiclen/rocket-etagged-raw-response
- Owner: magiclen
- License: mit
- Created: 2018-11-16T18:57:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T01:55:48.000Z (over 2 years ago)
- Last Synced: 2025-02-28T10:47:01.971Z (over 1 year ago)
- Topics: response, rocket, rust
- Language: Rust
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Etagged Raw Response for Rocket Framework
====================
[](https://github.com/magiclen/rocket-etagged-raw-response/actions/workflows/ci.yml)
This crate provides a response struct used for responding raw data with **Etag** cache.
See `examples`.
## Crates.io
https://crates.io/crates/rocket-etagged-raw-response
## Documentation
https://docs.rs/rocket-etagged-raw-response
## License
[MIT](LICENSE)