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

Introduce optional HTTP client caching #129

Open
mantzas opened this issue Jan 2, 2020 · 4 comments
Open

Introduce optional HTTP client caching #129

mantzas opened this issue Jan 2, 2020 · 4 comments
Assignees
Labels
Milestone

Comments

@mantzas
Copy link

mantzas commented Jan 2, 2020

Is your feature request related to a problem? Please describe

Ticket #128 will introduce optionally server-side HTTP caching.
In order to avoid unnecessarily HTTP server roundtrips, the client can follow the caching instructions from the server, if any exist, and implement a local cache that follows these instructions.

Describe the solution

@c0nstantx c0nstantx mentioned this issue Jan 2, 2020
@mantzas mantzas added the enhancement New feature or request label Jan 2, 2020
@drakos74
Copy link

drakos74 commented Mar 2, 2020

i would like to work on this, if everyone is ok with it

@drakos74
Copy link

drakos74 commented Mar 2, 2020

just for consistency , RFC for headers : https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control

@drakos74
Copy link

drakos74 commented Mar 9, 2020

On it ...

@drakos74
Copy link

With the server implementation merged (#128), if it's ok ...
i ll pick up this one next ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants