go-fed / apcore

Golang ActivityPub Server Framework
GNU Affero General Public License v3.0
104 stars 10 forks source link

http.Client flags & configuration for the server #30

Closed cjslep closed 3 years ago

cjslep commented 3 years ago

Right now, the server uses a plain http.Client. Investigate its options and implement the appropriate configurations/defaults.