Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crawler ¶
type Crawler struct {
BaseURL *url.URL
MaxDepth int
RespectRobots bool
Visited map[string]bool
Queued map[string]bool
VisitedSitemap map[string]bool
Results []string
Client *http.Client
// contains filtered or unexported fields
}
func (*Crawler) SetRespectRobots ¶
type Form ¶
func ExtractForms ¶
Click to show internal directories.
Click to hide internal directories.