Categorygithub.com/brianolson/httpcache
modulepackage
0.0.1
Repository: https://github.com/brianolson/httpcache.git
Documentation: pkg.go.dev

# Functions

Parse "Cache-Control" header.
Return a net/http RoundTripper transport which caches GETs to local storage.
No description provided by the author

# Structs

Implement net/http RoundTripper; store GET results to local storage.
database values are [varint expiration unix time seconds][json StoredResponse].