wai-middleware-etag: WAI ETag middleware for static files

[ bsd3, library, web ] [ Propose Tags ]

WAI middleware that attaches ETags to responses for static files.

Caveats:

If caching is turned on, the middleware caches calculated checksums aggressively in a synchronized hashmap; checksums are calculated only once, so changes on the file-system are not reflected until the server is restarted.

This middleware only calculates ETag checksums for file smaller than 1MB, otherwise it attaches a last-modified tag to the response.

The package is heavily influenced by wai-app-static.

WAI
http://hackage.haskell.org/package/wai
wai-app-static
http://hackage.haskell.org/package/wai-app-static

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.1
Dependencies base (>=4.6 && <5), base64-bytestring (>=1.0 && <1.1), bytestring (>=0.10 && <0.11), cryptohash (>=0.11 && <0.12), filepath (>=1.3 && <1.5), http-date (>=0.0.4 && <0.1), http-types (>=0.8 && <0.9), unix-compat (>=0.4 && <0.5), unordered-containers (>=0.2 && <0.3), wai (>=3.0 && <3.1) [details]
License BSD-3-Clause
Author Andreas Meingast <ameingast@gmail.com>
Maintainer Andreas Meingast <ameingast@gmail.com>
Category Web
Home page https://github.com/ameingast/wai-middleware-etag
Bug tracker https://github.com/ameingast/wai-middleware-etag/issues
Source repo head: git clone git://github.com/ameingast/wai-middleware-etag.git
Uploaded by ameingast at 2015-10-16T10:08:37Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1849 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-10-16 [all 1 reports]