pub async fn resolve(
    acct: impl Into<String>,
    with_https: bool
) -> Result<Webfinger, WebfingerError>
Expand description

Fetches a Webfinger resource.

If the resource doesn’t have a prefix, acct: will be used.