HTTP In Memory Response Cache #1774
michal-ciechan
started this conversation in
Ideas
Replies: 1 comment
-
Hi, Just to let you know that I just pushed Apizr v6.1.0 which includes your response caching feature on top of Refit. Let me know if it suits your needs or if I forgot something :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We need an HTTP client that leverages ASP.NET Core Response and/or Output caching (which uses relatively standard HTTP caching headers).
Would this be something you would accept into Refit or should we build on top of/to the side of Refit?
We are initially looking to support the
If-Modified-Since
caching mechanism, in short:If-Modified-Since
for requests in question where we have a cached entry304
is returned, return cached response, otherwise store the result adhering to cache headers, and return it.Beta Was this translation helpful? Give feedback.
All reactions