kops/vendor/github.com/gregjones/httpcache
Mike Splain 0cf516694e Update dependencies and BUILD.bazel scripts
For updated importpath
2018-09-17 09:57:31 -04:00
..
diskcache Update dependencies and BUILD.bazel scripts 2018-09-17 09:57:31 -04:00
.travis.yml Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
BUILD.bazel Update dependencies and BUILD.bazel scripts 2018-09-17 09:57:31 -04:00
LICENSE.txt Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
README.md Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
httpcache.go Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00

README.md

httpcache

Build Status GoDoc

Package httpcache provides a http.RoundTripper implementation that works as a mostly RFC-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