client/vendor/github.com/gregjones/httpcache
Markus Thömmes 4ba1cca91e
Update dependencies, pin k8s deps. (#855)
2020-05-26 00:39:49 -07:00
..
diskcache Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
.travis.yml Update dependencies, pin k8s deps. (#855) 2020-05-26 00:39:49 -07:00
LICENSE.txt Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
README.md feature(serving): Update API to serving.knative.dev/v1 (#640) 2020-02-07 02:03:14 -08:00
httpcache.go Update dependencies, pin k8s deps. (#855) 2020-05-26 00:39:49 -07: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