Function feroxbuster::utils::make_request[][src]

pub async fn make_request(
    client: &Client,
    url: &Url,
    output_level: OutputLevel,
    tx_stats: UnboundedSender<Command>
) -> Result<Response>

Initiate request to the given Url using Client