Versions in this module Expand all Collapse all v1 v1.7.1 Aug 15, 2026 Changes in this version + const DefaultResponseDir + var CustomFieldsMap = make(map[string]CustomFieldConfig) + var DefaultFieldConfigData = []CustomFieldConfig + var FieldNames = []string + type CustomFieldConfig struct + CompileRegex []*regexp.Regexp + Group int + Name string + Part string + Regex []string + Type string + func CustomFieldsSnapshot() []CustomFieldConfig + func (c *CustomFieldConfig) GetName() string + func (c *CustomFieldConfig) SetCompiledRegexp(r *regexp.Regexp) + type Error struct + Endpoint string + Error string + Source string + Timestamp time.Time + type Options struct + Colors bool + ErrorLogFile string + ExcludeOutputFields []string + ExtensionValidator *extensions.Validator + FieldConfig string + Fields string + FilterPageType []string + FilterRegex []*regexp.Regexp + JSON bool + MatchRegex []*regexp.Regexp + NoClobber bool + OmitBody bool + OmitRaw bool + OutputFile string + OutputFilterCondition string + OutputMatchCondition string + OutputTemplate string + StoreFieldDir string + StoreFields string + StoreResponse bool + StoreResponseDir string + Verbose bool + type Part string + const Body + const Header + const Response + func (p Part) ToString() string + type Result struct + Error string + Request *navigation.Request + Response *navigation.Response + Timestamp time.Time + func (r *Result) HasResponse() bool + type StandardWriter struct + func (w *StandardWriter) Close() error + func (w *StandardWriter) GetResultCount() int64 + func (w *StandardWriter) Write(result *Result) error + func (w *StandardWriter) WriteErr(errMessage *Error) error + type Writer interface + Close func() error + GetResultCount func() int64 + Write func(*Result) error + WriteErr func(*Error) error + func New(options Options) (Writer, error)