Categorygithub.com/topfreegames/go-extensions-http
modulepackage
1.1.0
Repository: https://github.com/topfreegames/go-extensions-http.git
Documentation: pkg.go.dev

# README

go-extensions-http

This go library is a wrapper over go's http that adds OpenTracing support by instrumenting it's Transport's RoundTrip.

# Functions

Instrument instruments the internal transport object.
New creates and instruments an HTTP client.
Trace wraps an HTTP request and reports it to tracing.

# Structs

Transport instruments another RoundTripper.