prometheus/vendor/github.com/gregjones/httpcache
jojohappy 21e50a3f9d Upgrade k8s client to kubernetes-1.11.0
Signed-off-by: jojohappy <sarahdj0917@gmail.com>
2018-08-02 10:25:27 +08:00
..
diskcache Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08:00
httpcache.go Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08:00
LICENSE.txt Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08:00
README.md Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08: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