You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
Package httpcache provides a http.RoundTripper implementation that works as a mostly RFC-compliant cache for http responses.
6
+
Package httpcache provides a http.RoundTripper implementation that works as a mostly [RFC 7234](https://tools.ietf.org/html/rfc7234)compliant cache for http responses.
7
7
8
8
It is only suitable for use as a 'private' cache (i.e. for a web-browser or an API-client and not for a shared proxy).
0 commit comments