Versions in this module Expand all Collapse all v1 v1.0.1 Jul 25, 2019 v1.0.0 Jul 22, 2019 Changes in this version + func NewInterceptorHttpClient(logger *logrus.Logger, insecure bool) *http.Client + func NewInterceptorLogger(rt http.RoundTripper, logger HTTPLogger) http.RoundTripper + type HTTPLogger interface + LogRequest func(string, ...interface{}) + LogResponse func(string, ...interface{}) + type InterceptorLogger struct + func (c *InterceptorLogger) RoundTrip(req *http.Request) (*http.Response, error) + type LogrusDebugLogger struct + func NewLogrusDebugLogger(log *logrus.Logger) *LogrusDebugLogger + func (l *LogrusDebugLogger) LogRequest(msg string, args ...interface{}) + func (l *LogrusDebugLogger) LogResponse(msg string, args ...interface{})