kops/vendor/github.com/gregjones/httpcache
Justin Santa Barbara 6b6f9db0ef Run make dep-ensure to use dep for vendor directory 2018-02-04 22:08:16 -05:00
..
diskcache Run make dep-ensure to use dep for vendor directory 2018-02-04 22:08:16 -05:00
.travis.yml Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
BUILD.bazel Run make dep-ensure to use dep for vendor directory 2018-02-04 22:08:16 -05: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