Documentation ¶
Overview ¶
webmention project webmention.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Link ¶
func GetHeaderLinks ¶
type WebMention ¶
type WebMention struct { Mention func(source, target *url.URL, sourceData *microformats.Data) error // contains filtered or unexported fields }
func New ¶
func New() *WebMention
func (*WebMention) GetTargetEndpoint ¶
func (*WebMention) SendNotification ¶
func (wm *WebMention) SendNotification(target *url.URL, source *url.URL)
func (*WebMention) WebMentionEndpoint ¶
func (wm *WebMention) WebMentionEndpoint(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.