Documentation ¶
Index ¶
- Constants
- func Default(config *tls.Config) http.RoundTripper
- func DefaultWithTransport(transport *http.Transport, config *tls.Config) http.RoundTripper
- func WrapForBackendAuth(parentTransport http.RoundTripper) http.RoundTripper
- func WrapForMapping(mapper kedge_map.Mapper, parentTransport http.RoundTripper) http.RoundTripper
- func WrapForProxyAuth(parentTransport http.RoundTripper) http.RoundTripper
- func WrapForRouting(parentTransport http.RoundTripper) http.RoundTripper
Constants ¶
View Source
const (
ProxyAuthHeader = "Proxy-Authorization"
)
Variables ¶
This section is empty.
Functions ¶
func DefaultWithTransport ¶
func WrapForBackendAuth ¶
func WrapForBackendAuth(parentTransport http.RoundTripper) http.RoundTripper
func WrapForMapping ¶
func WrapForMapping(mapper kedge_map.Mapper, parentTransport http.RoundTripper) http.RoundTripper
func WrapForProxyAuth ¶
func WrapForProxyAuth(parentTransport http.RoundTripper) http.RoundTripper
func WrapForRouting ¶
func WrapForRouting(parentTransport http.RoundTripper) http.RoundTripper
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.