[][src]Function feroxbuster::heuristics::wildcard_test

pub async fn wildcard_test<'_>(
    target_url: &'_ str,
    bar: ProgressBar
) -> Option<WildcardFilter>

Tests the given url to see if it issues a wildcard response

In the event that url returns a wildcard response, a WildcardFilter is created and returned to the caller.