Documentation ¶ Index ¶ func RoundTripper(d stream.Dialer) http.RoundTripper type LB func NewLB(policy balance.Policy, trippers []http.RoundTripper) *LB func (l *LB) RoundTrip(req *http.Request) (resp *http.Response, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RoundTripper ¶ func RoundTripper(d stream.Dialer) http.RoundTripper Types ¶ type LB ¶ added in v0.5.0 type LB struct { // contains filtered or unexported fields } func NewLB ¶ added in v0.5.0 func NewLB(policy balance.Policy, trippers []http.RoundTripper) *LB func (*LB) RoundTrip ¶ added in v0.5.0 func (l *LB) RoundTrip(req *http.Request) (resp *http.Response, err error) Source Files ¶ View all Source files lb.go round_tripper.go Click to show internal directories. Click to hide internal directories.