Versions in this module Expand all Collapse all v1 v1.0.0 Mar 24, 2022 Changes in this version + func NewRoundTripper(keepaliveDuration time.Duration, connectTimeout time.Duration, ...) http.RoundTripper + type Client interface + Do func(req *http.Request) (*http.Response, error) + Get func(url string) (resp *http.Response, err error) + Head func(url string) (resp *http.Response, err error) + HttpClient func() *http.Client + Post func(url string, contentType string, body io.Reader) (resp *http.Response, err error) + PostForm func(url string, data url.Values) (resp *http.Response, err error) + func NewClient(keepaliveDuration time.Duration, connectTimeout time.Duration, ...) Client