tree: 3dc48371c8bca939f40fc943d0acf4c8bf27f711 [path history] [tgz]
  1. diskcache/
  2. leveldbcache/
  3. memcache/
  4. redis/
  5. .travis.yml
  6. httpcache.go
  7. httpcache_test.go
  8. LICENSE.txt
  9. README.md
vendor/github.com/gregjones/httpcache/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