parser

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2025 License: MIT Imports: 12 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options added in v1.2.0

type Options struct {
	AutomaticFormFill      bool
	ScrapeJSLuiceResponses bool
	ScrapeJSResponses      bool
	DisableRedirects       bool
}

type Parser added in v1.2.0

type Parser []responseParser

func NewResponseParser added in v1.2.0

func NewResponseParser() *Parser

func (*Parser) InitWithOptions added in v1.2.0

func (p *Parser) InitWithOptions(options *Options)

func (*Parser) ParseResponse added in v1.2.0

func (p *Parser) ParseResponse(resp *navigation.Response) (navigationRequests []*navigation.Request)

parseResponse runs the response parsers on the navigation response

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL