Skip to main content

webfinger_response

Function webfinger_response 

Source
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.