Versions in this module Expand all Collapse all v1 v1.0.0 Jan 25, 2023 Changes in this version + const DefaultRESTTimeout + type Client struct + func NewClient(url *url.URL, tlsConfig *tls.Config, timeout time.Duration, ...) (*Client, error) + func (c *Client) Call(method string, values url.Values, body io.Reader, length int64) (reply io.ReadCloser, err error) + func (c *Client) Close() Incompatible versions in this module v3.0.0+incompatible Nov 17, 2023 v2.0.0+incompatible May 16, 2023