Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultUA = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChromeInstance ¶
type ChromeInstance struct {
// contains filtered or unexported fields
}
func NewChromeLoader ¶
func NewChromeLoader(options ...Option) *ChromeInstance
func (*ChromeInstance) Stop ¶
func (bi *ChromeInstance) Stop()
type HttpInstance ¶
type HttpInstance struct {
// contains filtered or unexported fields
}
func NewHttpLoader ¶
func NewHttpLoader(options ...Option) *HttpInstance
Click to show internal directories.
Click to hide internal directories.