kaniko/vendor/github.com/gregjones/httpcache
Tejal Desai 6b020a1f97 fix highwayhash 2019-12-21 12:18:09 -08:00
..
diskcache Update deps 2018-07-31 16:23:23 -07:00
.travis.yml fix highwayhash 2019-12-21 12:18:09 -08:00
LICENSE.txt Update deps 2018-07-31 16:23:23 -07:00
README.md fix highwayhash 2019-12-21 12:18:09 -08:00
httpcache.go Update deps 2018-07-31 16:23:23 -07:00

README.md

httpcache

Build Status GoDoc

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

License