Skip to content
New issue

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

Bypass cache #13

Open
edsu opened this issue Oct 6, 2017 · 0 comments
Open

Bypass cache #13

edsu opened this issue Oct 6, 2017 · 0 comments

Comments

@edsu
Copy link
Member

edsu commented Oct 6, 2017

It would be useful to be able to bypass the cache if the stored value is an HTTP error that the client decides is worth rechecking. Maybe something like:

http://localhost:3000?nocache=1&url=http://example.com

Or maybe it would be cleaner to use HTTP:

curl --header "Cache-Control: no-cache" http://localhost:3000?url=http://example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant