Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Web ¶
type Web struct { // Keep the fragment part of an URL. Example #top" KeepFragment bool // Keep the query part of an URL. Example ?foo=bar KeepQuery bool // Is it okay to crawl resources that are stored on another domain? StayOnDomain bool }
A fetcher that fetches resources from the web
func (Web) ShouldCrawl ¶
Determine if we should crawl a link present on the baseURL.
Click to show internal directories.
Click to hide internal directories.