package proxy
import "k8s.io/kubernetes/pkg/util/proxy"
Package proxy provides transport and upgrade support for proxies
Index ¶
Functions ¶
func DialURL ¶
Types ¶
type Transport ¶
type Transport struct { Scheme string Host string PathPrepend string http.RoundTripper }
Transport is a transport for text/html content that replaces URLs in html content with the prefix of the proxy server
func (*Transport) RoundTrip ¶
RoundTrip implements the http.RoundTripper interface
func (*Transport) WrappedRoundTripper ¶
func (rt *Transport) WrappedRoundTripper() http.RoundTripper
Source Files ¶
dial.go doc.go transport.go
- Version
- v1.1.4-beta.0
- Published
- Dec 7, 2015
- Platform
- js/wasm
- Imports
- 17 packages
- Last checked
- 3 seconds ago –
Tools for package owners.