Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)