Versions in this module Expand all Collapse all v0 v0.1.2 Mar 14, 2022 v0.1.1 Mar 14, 2022 Changes in this version + type RequestOption func(req *http.Request) v0.1.0 Mar 11, 2022 Changes in this version + func New() *http.Client + func NewClientWithTransport(tr http.RoundTripper) *http.Client + func NewRequest(ctx context.Context, uRL *url.URL, options ...SendRequestOption) *http.Request + func Recycle(c *http.Client) + type SendRequestOption func(req *http.Request) + func Body(body []byte) SendRequestOption + func Header(header http.Header) SendRequestOption + func Method(method string) SendRequestOption