appoptics / appoptics-api-go

The official Go client for the AppOptics metrics API
https://docs.appoptics.com/api/
Apache License 2.0
4 stars 7 forks source link

Reuse a single http.Client instance #65

Closed akahn closed 4 years ago

akahn commented 4 years ago

This allows applications that make many requests to AppOptics to make use of net/http's connection pooling and persistent connections.