Closed imjasonh closed 8 years ago
Implement an http.RoundTripper with a pluggable Cache implementation (e.g., using appengine/memcache, local disk, in-memory map, etc.) to cache responses and avoid network roundtrips.
http.RoundTripper
Cache
appengine/memcache
map
http.Handler
Implement an
http.RoundTripper
with a pluggableCache
implementation (e.g., usingappengine/memcache
, local disk, in-memorymap
, etc.) to cache responses and avoid network roundtrips.http.Handler
implementation)