coredns/vendor/github.com/gregjones/httpcache
Manuel Alejandro de Brito Fontes 0e8977761d Dep helper (#2151)
* Add dep task to update go dependencies

* Update go dependencies
2018-09-29 23:47:07 +01:00
..
diskcache Dep helper (#2151) 2018-09-29 23:47:07 +01: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
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