Versions in this module Expand all Collapse all v1 v1.8.1 Feb 3, 2026 Changes in this version + func SupportedFormats() string + type BurpFormat struct + func NewBurpFormat() *BurpFormat + func (b *BurpFormat) Name() string + func (b *BurpFormat) Parse(input io.Reader, callback func(url string) bool) error + type Format interface + Name func() string + Parse func(input io.Reader, callback func(url string) bool) error + func GetFormat(name string) Format