Versions in this module Expand all Collapse all v1 v1.17.2 Nov 14, 2023 Changes in this version + var DefaultRoundTripper http.RoundTripper = &http.Transport + type Client interface + Do func(context.Context, *http.Request) (*http.Response, []byte, error) + URL func(ep string, args map[string]string) *url.URL + func NewClient(cfg Config) (Client, error) + type Config struct + Address string + Client *http.Client + RoundTripper http.RoundTripper