browser

package
v3.3.4 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: GPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Browser

type Browser struct {
	plugins.BasePlugin
}

Browser represents a Browser plugin.

func (*Browser) Init

func (p *Browser) Init()

Init initializes the plugin.

type RequestInfo added in v3.2.0

type RequestInfo struct {
	// Type is the type of the request.
	Type string
	// URL is the URL of the request.
	URL string
	// Timestamp is the timestamp of the request.
	Timestamp time.Time
	// ResponseReceivedTimestamp is the timestamp of the response received.
	ResponseReceivedTimestamp time.Time
	// ResponseFinishedTimestamp is the timestamp of the response finished.
	ResponseFinishedTimestamp time.Time
}

RequestInfo represents a request info.

Jump to

Keyboard shortcuts

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