Documentation
¶
Overview ¶
Package webfinger identifies values that seem like usernames and uses WebFinger to try to resolve them into ActivityPub URLs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements a WebFinger "middleware" that identifies Webfinger-looking URIs and converts them into
func (Client) Delete ¶
Load attempts to retrieve the URI from the Interweb, translating WebFinger @handles into proper URLs if possible.
func (Client) Load ¶
Load attempts to retrieve the URI from the Interweb, translating WebFinger @handles into proper URLs if possible.
func (Client) SetRootClient ¶
type ClientOption ¶
type ClientOption func(*Client)
Click to show internal directories.
Click to hide internal directories.