http-cache
http-cache copied to clipboard
A caching middleware that follows HTTP caching rules
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.0. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.6.0 What's Changed Check for fatal on every line of stderr of the git command by @ben-z in...
WIP branch for updating the `refactor` branch to use `http-1.0.0`, per our discussion in https://github.com/06chaynes/http-cache/issues/4. If accepting the `Clone` bound on `ReqBody` is acceptable, it simplifies the passing of the...
I have an http cache that I've built up using [Python requests-cache](https://requests-cache.readthedocs.io/en/stable/). It's in an SQLite database, as is the default for that project. I'm considering porting the scraper to...
See [docs](https://docs.rs/hyper/latest/hyper/client/struct.Client.html#impl-Service%3CRequest%3CB%3E%3E)
Enhancement: Store Deserialized HttpResponse for Improved Performance To enhance the performance of the HTTP cache library, consider adding the capability to store the deserialized version of the `HttpResponse`. This would...
use [CacheMode::IgnoreRules] How to manually handle cache expiration
Hi and thanks for your code. I am trying to cache json responses from an REST API. I am trying both the DarkBird and CaCache Cache.Managers The API request is...
The goal is to add WASM support without changing much of the functionality. I don't have much to explain.. comments to improve the description or edition of the issue would...
I am wanting to use this library in a reverse proxy. However, I would like GET requests to be cached without expiring until I receive a POST request for the...
For my current usage of this library it would be great if we could: - configure the cache keys when initialising - override the cache options on a per request...