che-operator/vendor/github.com/gregjones/httpcache
Anatolii Bazko a8c155409d
Make che-operator non blocking (#212)
* Make che-operator non-blocking

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2020-04-10 17:19:14 +03:00
..
diskcache Update vendor 2019-03-19 15:59:09 +02:00
.travis.yml Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
LICENSE.txt Update vendor 2019-03-19 15:59:09 +02:00
README.md Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
httpcache.go Update vendor 2019-03-19 15:59:09 +02: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