MCPcopy
hub / github.com/projectdiscovery/katana / ResponseParserFunc

FuncType ResponseParserFunc

pkg/engine/parser/parser.go:20–20  ·  view source on GitHub ↗

responseParserFunc is a function that parses the document returning new navigation items or requests for the crawler.

func(resp *navigation.Response) []*navigation.Request

Source from the content-addressed store, hash-verified

18// responseParserFunc is a function that parses the document returning
19// new navigation items or requests for the crawler.
20type ResponseParserFunc func(resp *navigation.Response) []*navigation.Request
21
22type Parser []responseParser
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected