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