# Functions
PerformWebSpider performs a web spider operation against the provided targets, returning a WebSpiderReport with the results of the spider.
# Structs
LinkDetails provides the details of a single link found during a web spider operation.
A WebSpiderReport represents a holistic report of all the links that were found during a web spider operation, including non-fatal errors that occurred during the operation.