ingress-nginx-helm/vendor/github.com/gregjones/httpcache
Manuel de Brito Fontes d6d374b28d Update dependencies
2017-10-06 19:40:31 -03:00
..
diskcache Replace godep with dep 2017-10-06 17:26:14 -03:00
.travis.yml Replace godep with dep 2017-10-06 17:26:14 -03:00
httpcache.go Replace godep with dep 2017-10-06 17:26:14 -03:00
httpcache_test.go Replace godep with dep 2017-10-06 17:26:14 -03:00
LICENSE.txt Update dependencies to K8s 1.8 2017-09-29 10:12:14 -07:00
README.md Update dependencies to K8s 1.8 2017-09-29 10:12:14 -07:00

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