Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeHTTPClient ¶
func MakeHTTPClient(backend HTTPBackend, clientCert string) http.Client
Types ¶
type CurlRoundTripper ¶
type CurlRoundTripper struct {
ClientCertName string
}
type HTTPBackend ¶
type HTTPBackend string
const ( BackendGo HTTPBackend = "go" BackendCurl HTTPBackend = "curl" )
Click to show internal directories.
Click to hide internal directories.