kube-plex/vendor/github.com/gregjones/httpcache
2020-08-13 16:32:33 +08:00
..
diskcache Initial commit 2020-08-13 16:32:33 +08:00
leveldbcache Initial commit 2020-08-13 16:32:33 +08:00
memcache Initial commit 2020-08-13 16:32:33 +08:00
redis Initial commit 2020-08-13 16:32:33 +08:00
.travis.yml Initial commit 2020-08-13 16:32:33 +08:00
httpcache_test.go Initial commit 2020-08-13 16:32:33 +08:00
httpcache.go Initial commit 2020-08-13 16:32:33 +08:00
LICENSE.txt Initial commit 2020-08-13 16:32:33 +08:00
README.md Initial commit 2020-08-13 16:32:33 +08:00

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