csi-driver-nfs/vendor/github.com/gregjones/httpcache
Jan Wozniak aec3981aee Cleanup indirect dependencies 2020-02-02 16:05:40 +01:00
..
diskcache Add vendor dependencies 2019-02-07 14:49:15 +05:30
.travis.yml Cleanup indirect dependencies 2020-02-02 16:05:40 +01:00
LICENSE.txt Add vendor dependencies 2019-02-07 14:49:15 +05:30
README.md Cleanup indirect dependencies 2020-02-02 16:05:40 +01:00
httpcache.go Cleanup indirect dependencies 2020-02-02 16:05:40 +01: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