Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magiclen/rocket-cache-response
This crate provides a response struct used for HTTP cache control.
https://github.com/magiclen/rocket-cache-response
cache-control rocket rust
Last synced: 4 days ago
JSON representation
This crate provides a response struct used for HTTP cache control.
- Host: GitHub
- URL: https://github.com/magiclen/rocket-cache-response
- Owner: magiclen
- License: mit
- Created: 2018-08-21T17:51:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T01:37:16.000Z (about 1 year ago)
- Last Synced: 2024-12-14T18:41:29.133Z (8 days ago)
- Topics: cache-control, rocket, rust
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cache Response for Rocket Framework
====================[![CI](https://github.com/magiclen/rocket-cache-response/actions/workflows/ci.yml/badge.svg)](https://github.com/magiclen/rocket-cache-response/actions/workflows/ci.yml)
This crate provides a response struct used for HTTP cache control.
See `examples`.
## Crates.io
https://crates.io/crates/rocket-cache-response
## Documentation
https://docs.rs/rocket-cache-response
## License
[MIT](LICENSE)