Versions in this module Expand all Collapse all v0 v0.1.0 Sep 23, 2025 Changes in this version + func ConvertCookies(cc []http.Cookie) []*http.Cookie + func NewCookieHTTP(cookieDomain string, cookies []*http.Cookie) *http.Client + func NewWithTransport(cookieDomain string, cookies []*http.Cookie, rt http.RoundTripper) *http.Client + type Transport struct + AfterReq func(resp *http.Response, req *http.Request) + BeforeReq func(req *http.Request) + func NewTransport(tr http.RoundTripper) *Transport + func (t *Transport) RoundTrip(req *http.Request) (resp *http.Response, err error)