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.1-beta.0
- Published
- Mar 26, 2018
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 4 minutes ago –
Tools for package owners.