Versions in this module Expand all Collapse all v0 v0.2.1 Apr 13, 2026 v0.2.0 Apr 11, 2026 Changes in this version + func GetActivityPub(signingActor *activitypub.Actor, from string) (*http.Response, error) + func GetRemotePubkey(actor *activitypub.Actor, id string) (pubkey any, err error) + func ParseKeyId(req *http.Request) (string, error) + func PostActivityPub(signingActor *activitypub.Actor, to, body string) (*http.Response, error) + func RequiredHeadersGet() []string + func RequiredHeadersPost() []string + func ResolveActivityPubLink(item activitypub.Item) (activitypub.Item, error) + func VerifyActivityRequest(req *http.Request, actor *activitypub.Actor) error