Module notedealer::http_api::webfinger
source · [−]Expand description
Webfinger (RFC 7033) endpoint for discovering Actor objects by more human readable handles (“username@server.domain”).
Structs
The query parameters of the Webfinger GET response.
The http responder for a GET, query parameters and response are formatted as
per the Webfinger spec.
Statics
Regex for extracting the user and host parts from an “acct:user@example.com”
string. Used to parse the
resource query parameter in Webfinger requests.