client/vendor/github.com/gregjones/httpcache
Roland Huß d8d0192206 chore: Update to Knative Serving 0.10.0 (#474)
* chore: Update to Knative Serving 0.10.0

* chore: Add missing dep, introduced by codegen test (when installing goimports)

* added missing target dir
2019-11-04 13:02:19 -08:00
..
diskcache Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
.travis.yml chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
LICENSE.txt Actually, vendor everything (#59) 2019-04-05 04:08:57 -07:00
README.md chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08:00
httpcache.go chore: Update to Knative Serving 0.10.0 (#474) 2019-11-04 13:02:19 -08: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