Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.85 KB

File metadata and controls

27 lines (19 loc) · 1.85 KB

httpcache

This is a fork of https://github.com/gregjones/httpcache, which isn't actively maintained

Package httpcache provides a http.RoundTripper implementation that works as a mostly RFC 7234 compliant cache for http responses.

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).

Cache Backends

If you implement any other backend and wish it to be linked here, please send a PR editing this file.

License