Versions in this module Expand all Collapse all v0 v0.999.0 Apr 20, 2022 Changes in this version + const PluginHARLogEnabledEnv + const PluginHARLogPathEnv + type HTTPLogger struct + func NewHTTPLogger(pluginID string, proxied http.RoundTripper, opts ...Options) *HTTPLogger + func (hl *HTTPLogger) RoundTrip(req *http.Request) (*http.Response, error) + type Options struct + EnabledFn func() bool + Path string