Versions in this module Expand all Collapse all v1 v1.0.0 Jul 9, 2024 Changes in this version + func BuildPayload(c *apitoolkit.Client, SDKType string, trackingStart time.Time, ...) apitoolkit.Payload + type InstrumentedHttpClient struct + func NewHttpClient(ctx context.Context, client tls_client.HttpClient, ...) *InstrumentedHttpClient + func (c *InstrumentedHttpClient) CloseIdleConnections() + func (c *InstrumentedHttpClient) Do(req *fhttp.Request) (res *fhttp.Response, err error) + func (c *InstrumentedHttpClient) Get(url string) (*fhttp.Response, error) + func (c *InstrumentedHttpClient) GetCookieJar() fhttp.CookieJar + func (c *InstrumentedHttpClient) GetCookies(u *url.URL) []*fhttp.Cookie + func (c *InstrumentedHttpClient) GetFollowRedirect() bool + func (c *InstrumentedHttpClient) GetProxy() string + func (c *InstrumentedHttpClient) Head(url string) (*fhttp.Response, error) + func (c *InstrumentedHttpClient) Post(url, contentType string, body io.Reader) (*fhttp.Response, error) + func (c *InstrumentedHttpClient) SetCookieJar(jar fhttp.CookieJar) + func (c *InstrumentedHttpClient) SetCookies(u *url.URL, cookies []*fhttp.Cookie) + func (c *InstrumentedHttpClient) SetFollowRedirect(followRedirect bool) + func (c *InstrumentedHttpClient) SetProxy(proxyUrl string) error