1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 01:06:27 +00:00
prometheus-operator/vendor/github.com/gregjones/httpcache
2018-07-01 09:23:00 -07:00
..
diskcache Update client libraries to Kubernetes 1.11 2018-07-01 09:23:00 -07:00
leveldbcache Update client libraries to Kubernetes 1.11 2018-07-01 09:23:00 -07:00
memcache Update client libraries to Kubernetes 1.11 2018-07-01 09:23:00 -07:00
redis Update client libraries to Kubernetes 1.11 2018-07-01 09:23:00 -07:00
.travis.yml Update client libraries to Kubernetes 1.11 2018-07-01 09:23:00 -07:00
httpcache.go Update client libraries to Kubernetes 1.11 2018-07-01 09:23:00 -07:00
httpcache_test.go Update client libraries to Kubernetes 1.11 2018-07-01 09:23:00 -07:00
LICENSE.txt Update client libraries to Kubernetes 1.11 2018-07-01 09:23:00 -07:00
README.md Update client libraries to Kubernetes 1.11 2018-07-01 09:23:00 -07:00

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