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

Use httputil DumpRequest in debug mode #78

Closed trevrosen closed 4 years ago

trevrosen commented 4 years ago

Now we're using something hand-rolled to deal w/ the IO. Use the stdlib for great justice.