We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the header if-modified-since exists in the request and the file has not been modified since that time a 304 should be returned.
if-modified-since
The text was updated successfully, but these errors were encountered:
I'd love this facility in elli proper a generic middleware. I've been doing it manually for data looked up in mnesia.
Sorry, something went wrong.
Add basic 304 response
fc4e572
Related: #5
I've started working on a generic implementation in elli_cache.
358f1f2
No branches or pull requests
If the header
if-modified-since
exists in the request and the file has not been modified since that time a 304 should be returned.The text was updated successfully, but these errors were encountered: