Versions in this module Expand all Collapse all v0 v0.3.1 Mar 23, 2016 v0.3.0 Mar 22, 2016 Changes in this version + type Client interface + Scheme func() string + Secure func() bool + TLSConfig func() *tls.Config + func NewTransportWithHTTP(proto, addr string, client *http.Client) (Client, error) + type Sender interface + Do func(*http.Request) (*http.Response, error)