Versions in this module Expand all Collapse all v0 v0.18.0 Mar 16, 2019 Changes in this version + func NewRequest(method, url string, body io.Reader) (*gohttp.Request, error) + type Client interface + Do func(req *gohttp.Request) (*gohttp.Response, error) + type DefaultClient struct + func NewClient() *DefaultClient + func (client *DefaultClient) Do(req *http.Request) (*http.Response, error)