minikube/vendor/github.com/gregjones/httpcache
Matt Rickard e5002afa8c add vendor 2017-10-13 10:21:09 -07:00
..
diskcache add vendor 2017-10-13 10:21:09 -07:00
.travis.yml add vendor 2017-10-13 10:21:09 -07:00
LICENSE.txt add vendor 2017-10-13 10:21:09 -07:00
README.md add vendor 2017-10-13 10:21:09 -07:00
httpcache.go add vendor 2017-10-13 10:21:09 -07: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