Documentation ¶
Overview ¶
Package transport provides a round tripper capable of caching HTTP responses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCacheRoundTripper ¶
func NewCacheRoundTripper(cacheDir string, rt http.RoundTripper) http.RoundTripper
NewCacheRoundTripper creates a roundtripper that reads the ETag on response headers and send the If-None-Match header on subsequent corresponding requests.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.