pub fn webfinger_response(
resource: &str,
pod_base: &str,
webid: &str,
) -> Option<WebFingerJrd>Expand description
Produce a WebFinger JRD response pointing acct:user@host at the
user’s WebID. Returns None if the resource is not recognised.