An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Etagged Raw Response for Rocket Framework
====================

[![CI](https://github.com/magiclen/rocket-etagged-raw-response/actions/workflows/ci.yml/badge.svg)](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)