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

Http caching #122

Closed
wants to merge 7 commits into from
Closed

Http caching #122

wants to merge 7 commits into from

Conversation

c0nstantx
Copy link

@c0nstantx c0nstantx commented Jan 1, 2020

Which problem is this PR solving?

It solves #121

Short description of the changes

As a first iteration a memory caching for requests was created that will keep success GET and HEAD responses for a specific TTL.
Next steps will be:

  • Handle caching response headers
  • Handle incomplete responses (206: Partial Content)
  • Handle authenticated requests
  • Request coalescing

Signed-off-by: Constantinos Christofilos <[email protected]>
Signed-off-by: Constantinos Christofilos <[email protected]>
Signed-off-by: Constantinos Christofilos <[email protected]>
Signed-off-by: Constantinos Christofilos <[email protected]>
Signed-off-by: Constantinos Christofilos <[email protected]>
Signed-off-by: Constantinos Christofilos <[email protected]>
Signed-off-by: Constantinos Christofilos <[email protected]>
@c0nstantx
Copy link
Author

This PR will be covered from issues #127 and #129

@c0nstantx c0nstantx closed this Jan 2, 2020
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

Successfully merging this pull request may close these issues.

1 participant