Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetHTTPDebugLog ¶ added in v1.1.0
SetHTTPDebugLog sets up http debug log with logrus.Logger
Types ¶
type Transport ¶
type Transport struct {
http.RoundTripper
}
Transport is an http.RoundTripper that keeps track of the in-flight request and add hooks to report HTTP tracing events.
func NewTransport ¶
func NewTransport(base http.RoundTripper) *Transport
Click to show internal directories.
Click to hide internal directories.