multus-cni/vendor/github.com/gregjones/httpcache
Tomofumi Hayashi ac21a96804 Revert vendor directory to support old golang (GOPATH mode)
gomodule is still in progress to migrate for now, hence multus
team decide to keep vendor directory to support build without
gomodule.
2019-06-24 16:50:30 +09:00
..
diskcache Revert vendor directory to support old golang (GOPATH mode) 2019-06-24 16:50:30 +09:00
.travis.yml Revert vendor directory to support old golang (GOPATH mode) 2019-06-24 16:50:30 +09:00
httpcache.go Revert vendor directory to support old golang (GOPATH mode) 2019-06-24 16:50:30 +09:00
LICENSE.txt Revert vendor directory to support old golang (GOPATH mode) 2019-06-24 16:50:30 +09:00
README.md Revert vendor directory to support old golang (GOPATH mode) 2019-06-24 16:50:30 +09: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