Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitWithOptions ¶
func ParseResponse ¶
func ParseResponse(resp *navigation.Response) (navigationRequests []*navigation.Request)
parseResponse runs the response parsers on the navigation response
Types ¶
type ResponseParserFunc ¶
type ResponseParserFunc func(resp *navigation.Response) []*navigation.Request
responseParserFunc is a function that parses the document returning new navigation items or requests for the crawler.
Click to show internal directories.
Click to hide internal directories.