Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2020 Changes in this version + type Client struct + func NewHTTPClient(c *http.Client) *Client + func (c *Client) Delete(url string) error + func (c *Client) Get(url string) ([]byte, error) + func (c *Client) Post(url string, bodyType string, body io.Reader) ([]byte, error) + func (c *Client) Put(url string, bodyType string, body io.Reader) ([]byte, error)