Versions in this module Expand all Collapse all v1 v1.0.0 Sep 14, 2017 Changes in this version + var SUPPORTED_CIPHER_SUITES = []uint16 + func Initialize(timeout time.Duration) + func NewClient() *http.Client + func NewCustomTimeoutClient(customTimeout time.Duration) *http.Client + func NewStreamingClient() *http.Client + func NewTLSConfig(certFile, keyFile, caCertFile string) (*tls.Config, error) + func NewTLSConfigWithCertPool(certFile, keyFile string, caCertPool *x509.CertPool) (*tls.Config, error) + func NewUnixClient(socketPath string) *http.Client + type Config struct + Timeout time.Duration Incompatible versions in this module v2.0.0+incompatible Feb 9, 2019