# HttpEtag v0.1.0 - Table of Contents

> RFC 9110 entity tags and If-Match / If-None-Match for Elixir.

## Pages

- [HttpEtag](readme.md)
- [Changelog](changelog.md)
- [Contributing](contributing.md)
- [Code of Conduct](code_of_conduct.md)

## Modules

- [HttpEtag](HttpEtag.md): RFC 9110 entity tags and If-Match / If-None-Match.

- Plug
  - [HttpEtag.Conn](HttpEtag.Conn.md): `Plug.Conn` helpers. Requires the optional `:plug` dependency.

- Exceptions
  - [HttpEtag.Error](HttpEtag.Error.md): Exception returned or raised by `HttpEtag`.

