Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + func DefaultHttpRequestProvider(method, url string, body io.Reader) (*http.Request, error) + func RequestLogger(label string, h http.Handler) http.Handler + type HttpClient interface + Do func(req *http.Request) (*http.Response, error) + func DefaultHttpClientProvider() HttpClient + type HttpClientProvider func() HttpClient + type HttpRequestProvider func(method, url string, body io.Reader) (*http.Request, error)