@hackage wai-middleware-etag0.1.1.1

WAI ETag middleware for static files

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