elli-lib / elli_fileserve

Development has moved to elli_static.
https://github.com/elli-lib/elli_static
0 stars 4 forks source link

etag support #6

Open tsloughter opened 7 years ago

tsloughter commented 7 years ago

Files served should send an etag header with them. And if the etag sent in the request is the same as the current file a 304 should be returned.

yurrriq commented 7 years ago

I'd like this in elli proper too.