Nico Schlömer
Nico Schlömer
I want the client to control the cache. If the request header contains `no-cache`, then, well, don't use it. If `no-store`, don't store. If `max-age=3600`, then keep the cache for...
> The controller code simply mirrors what's written in the specification, So, let's remove `force_cache` and the sentence "You can choose which parts of [RFC 9111](https://www.rfc-editor.org/rfc/rfc9111.html) to ignore." from the...
_Edit:_ There's something fundamental I don't understand. The following code does cache, but it never seems to call the custom `handle_request`. Why not? ```python import httpx import hishel class RequestCacheControlTransport(httpx.BaseTransport):...
I've got no idea what's going wrong here.
Still an issue.
Still an issue.