Skip to content

Tags: alexocode/etag_plug

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CHANGELOG: Add with a note on 1.0.0

v0.2.0

Toggle v0.2.0's commit message
Release 0.2.0: Fix configuration issues

`etag_plug` wrongly assumed that the default configuration would be
copied over from the lib. It now changed it's configuration paradigm to
use hardcoded defaults if no configuration has been passed in.

0.1.0

Toggle 0.1.0's commit message
Release 0.1.0 - Functional shallow ETag plug:

This release allows you to use the `ETag.Plug` which simply generates a
shallow etag on the `resp_body` of a `Plug.Conn` it takes care of
comparing it against the header value in `if-none-matches` and sends a
304 response if it matches.