Versions in this module Expand all Collapse all v2 v2.1.1 Dec 9, 2025 v2.0.0 Jun 18, 2023 Changes in this version + const DefaultTimeout + type Client struct + func GetClient(insecure bool, timeout time.Duration) *Client + func New(insecure bool, timeout string) *Client + func (c *Client) Execute(url, method string, headers map[string]string, ...) (*ResponseConfig, error) + func (c *Client) ExecuteJson(url, method string, headers map[string]string, ...) (*ResponseConfig, error) + func (c *Client) UpdateTimeout(duration string) + type ResponseConfig struct + Body []byte + Headers map[string]string + Method string + StatusCode int + URL string + func (rc *ResponseConfig) StringBody() string