deps-app / ring-etag-middleware

Ring middleware to add fast checksum based ETags to responses
MIT License
16 stars 2 forks source link

Add support for If-None-Match #1

Open danielcompton opened 5 years ago

danielcompton commented 5 years ago

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-None-Match

danielcompton commented 3 years ago

Not needed in this plugin, can be added through http://ring-clojure.github.io/ring/ring.middleware.not-modified.html.