Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FactoryImpl ¶
func (*FactoryImpl) New ¶
func (t *FactoryImpl) New(expectedServerName string) ProxyRoundTripper
type ProxyRoundTripper ¶
type ProxyRoundTripper interface { http.RoundTripper CancelRequest(*http.Request) }
func GetRoundTripper ¶
func GetRoundTripper(servicdId string, roundTripperFactory RoundTripperFactory) ProxyRoundTripper
func NewJunoRoundTripper ¶
func NewJunoRoundTripper(p ProxyRoundTripper) ProxyRoundTripper
func NewProxyRoundTripper ¶
func NewProxyRoundTripper( roundTripperFactory RoundTripperFactory, routeServicesTransport http.RoundTripper, endpointTimeout time.Duration, ) ProxyRoundTripper
type RoundTripperFactory ¶
type RoundTripperFactory interface {
New(expectedServerName string) ProxyRoundTripper
}
Click to show internal directories.
Click to hide internal directories.