package transport
import "k8s.io/kubernetes/pkg/kubectl/util/transport"
Package transport provides a round tripper capable of caching HTTP responses.
Index ¶
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.
Source Files ¶
round_tripper.go
- Version
- v1.10.11
- Published
- Nov 26, 2018
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 8 minutes ago –
Tools for package owners.