imjasonh / ideas

A place for me to file issues against myself for things I want to build when I'm bored
5 stars 0 forks source link

Go RFC 7234-compliant caching Transport #23

Closed imjasonh closed 8 years ago

imjasonh commented 9 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.