Versions in this module Expand all Collapse all v1 v1.0.1 Oct 6, 2023 v1.0.0 Oct 2, 2023 Changes in this version + type HttpRequestLogProperties struct + Disabled bool + DisabledUrls []*UrlMatching + PredefinedDisabledUrls []*UrlMatching + func NewHttpRequestLogProperties(loader config.Loader) (*HttpRequestLogProperties, error) + func (h *HttpRequestLogProperties) AllDisabledUrls() []*UrlMatching + func (h *HttpRequestLogProperties) PostBinding() error + func (h *HttpRequestLogProperties) Prefix() string + type UrlMatching struct + Method string + UrlPattern string + func (u UrlMatching) UrlRegexp() *regexp.Regexp