WrapClient wraps an existing http.Client with tracing middleware.
func WrapClient(client *http.Client, opts ...Option) *http.ClientWrapClient wraps an existing http.Client with tracing middleware. If client is nil, a new client with the default transport is created.
| Name | Type | Description |
|---|---|---|
client* | *http.Client | |
opts* | ...Option |