Versions in this module Expand all Collapse all v1 v1.0.0 Feb 24, 2026 Changes in this version + type Config struct + AckStatus int + ExcludeMethod string + ExcludePath string + FilterMethod string + FilterPath string + Mode string + Port int + ProxyTarget string + Verbose bool + func LoadDefault() (*Config, string, error) + func LoadFromFile(filename string) (*Config, error) + func (c *Config) MergeWithFlags(flags *Config) + func (c *Config) Validate() error + type RequestFilter struct + func NewRequestFilter(filterPath, excludePath, filterMethod, excludeMethod string) *RequestFilter + func (f *RequestFilter) ShouldCapture(r *http.Request) bool