Versions in this module Expand all Collapse all v0 v0.3.1 Oct 9, 2019 Changes in this version type Client + func (c *Client) DoUnmarshal(req *http.Request, v interface{}) (*http.Response, error) v0.3.0 Feb 5, 2018 Changes in this version + type Client struct + HTTPClient *http.Client + func New(boxname string, client *http.Client) *Client + func (c *Client) Do(req *http.Request, v interface{}) (*http.Response, error)