coredns/vendor/github.com/gregjones/httpcache
Yong Tang 1abecf99d9
Update k8s client-go to v8.0.0 (#1922)
k8s' client-go has been updated to v8.0.0 (1.11). This fix
updates client-go dependency so that it is in sync.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-07-01 12:08:46 -07:00
..
diskcache Update k8s client-go to v8.0.0 (#1922) 2018-07-01 12:08:46 -07:00
.travis.yml Update k8s client-go to v8.0.0 (#1922) 2018-07-01 12:08:46 -07:00
httpcache.go Update k8s client-go to v8.0.0 (#1922) 2018-07-01 12:08:46 -07:00
httpcache_test.go Update k8s client-go to v8.0.0 (#1922) 2018-07-01 12:08:46 -07:00
LICENSE.txt Update k8s client-go to v8.0.0 (#1922) 2018-07-01 12:08:46 -07:00
README.md Update k8s client-go to v8.0.0 (#1922) 2018-07-01 12:08:46 -07:00

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