MCPcopy
hub / github.com/writefreely/writefreely / activityPubClient

Function activityPubClient

activitypub.go:106–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func activityPubClient() *http.Client {
107 return &http.Client{
108 Timeout: 15 * time.Second,
109 }
110}
111
112func handleFetchCollectionActivities(app *App, w http.ResponseWriter, r *http.Request) error {
113 w.Header().Set("Server", serverSoftware)

Callers 2

makeActivityPostFunction · 0.85
resolveIRIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected