molecule
molecule copied to clipboard
Optionally exclude some body types from generating an Etag
Make ETag middleware configurable with a list of body types considered not cacheable. When we encounter one of those bodies, we won't generate an ETag,
Something like:
new ETag().exclude(FileBody.class)