kops/vendor/github.com/gregjones/httpcache
Jesse Haka 1928a3934c update deps 2020-03-17 17:41:50 +02:00
..
diskcache Update dependencies and BUILD.bazel scripts 2018-09-17 09:57:31 -04:00
.travis.yml update deps 2020-03-17 17:41:50 +02: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 deps 2020-03-17 17:41:50 +02:00
httpcache.go update deps 2020-03-17 17:41:50 +02: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