[][src]Function feroxbuster::extractor::request_feroxresponse_from_new_link

pub async fn request_feroxresponse_from_new_link(
    url: &str,
    tx_stats: UnboundedSender<StatCommand>
) -> Option<FeroxResponse>

Wrapper around link extraction logic currently used in two places:

  • links from response bodys
  • links from robots.txt responses

general steps taken:

  • create a new Url object based on cli options/args
  • check if the new Url has already been seen/scanned -> None
  • make a request to the new Url ? -> Some(response) : None