func/vendor/github.com/gregjones/httpcache
Markus Thömmes 94e49eb3cd
Vendor dependencies (#531)
* Vendor dependencies

* Update pkger again

* Roll back go.sum changes
2021-09-16 04:42:39 -07:00
..
diskcache Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
.travis.yml Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
LICENSE.txt Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
README.md Vendor dependencies (#531) 2021-09-16 04:42:39 -07:00
httpcache.go Vendor dependencies (#531) 2021-09-16 04:42:39 -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