Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicFetcher ¶
type DynamicFetcher struct { UserAgent string WaitMilliseconds int // contains filtered or unexported fields }
The DynamicFetcher renders js
func NewDynamicFetcher ¶ added in v0.5.8
func NewDynamicFetcher(ua string, ms int) *DynamicFetcher
func (*DynamicFetcher) Cancel ¶ added in v0.5.8
func (d *DynamicFetcher) Cancel()
type FetchOpts ¶ added in v0.5.8
type FetchOpts struct {
Interaction types.Interaction
}
type StaticFetcher ¶
type StaticFetcher struct {
UserAgent string
}
The StaticFetcher fetches static page content
Click to show internal directories.
Click to hide internal directories.