Versions in this module Expand all Collapse all v0 v0.9.0 Jul 16, 2026 Changes in this version + type RetryTransport struct + func NewRetryTransport(name string, t http.RoundTripper, maxRetry int) *RetryTransport + func (t *RetryTransport) RoundTrip(req *http.Request) (*http.Response, error) v0.8.0 Jun 18, 2026 v0.7.0 May 1, 2026 v0.6.0 Jan 30, 2026 Changes in this version + var HTTP = http.DefaultClient + func NewHTTPClient(name string) *http.Client + type Transport struct + func NewTransport(name string, t http.RoundTripper) *Transport + func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error)