prometheus/vendor/github.com/gregjones/httpcache
Simon Pasquier c706b416bd vendor: run 'go mod vendor' from scratch
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-10-29 17:25:43 +01:00
..
diskcache Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08:00
.travis.yml vendor: run 'go mod vendor' from scratch 2018-10-29 17:25:43 +01: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.go Upgrade k8s client to kubernetes-1.11.0 2018-08-02 10:25:27 +08:00

README.md

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