Expand description
Structs§
- Link
- Structure to represent a WebFinger link
- Webfinger
- WebFinger result that may serialized or deserialized to JSON
Enums§
- Prefix
- A prefix for a resource, either
acct:
,group:
or some custom type. - Resolver
Error - An error that occured while handling an incoming WebFinger request.
- Webfinger
Error - An error that occured while fetching a WebFinger resource.
Traits§
- Resolver
- A trait to easily generate a WebFinger endpoint for any resource repository.
Functions§
- resolve
- Fetches a Webfinger resource.
- resolve_
with_ prefix - Fetches a WebFinger resource, identified by the
acct
parameter, a Webfinger URI. - url_for
- Computes the URL to fetch for a given resource.