DockerCLI/vendor/github.com/gregjones/httpcache
Vincent Demeester 8788a4804f
Bump some dependencies to more recent versions (and tagged if available)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-07-25 14:16:41 +02:00
..
diskcache Add support for kubernetes in docker cli 2017-12-26 11:22:32 +01:00
LICENSE.txt Add support for kubernetes in docker cli 2017-12-26 11:22:32 +01:00
README.md Bump some dependencies to more recent versions (and tagged if available) 2018-07-25 14:16:41 +02:00
httpcache.go Bump some dependencies to more recent versions (and tagged if available) 2018-07-25 14:16:41 +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