Documentation ¶
Index ¶
- func MakeMTlsTransport(caCert []byte, clientCert tls.Certificate) (*http.Transport, error)
- func MakeMTlsTransportByFile(caFile, certFile, keyFile string) (*http.Transport, error)
- func MakeMTlsTransportByPem(caCert, certData, keyData []byte) (*http.Transport, error)
- func MakeTlsTransport(caCert []byte) (*http.Transport, error)
- func MakeTlsTransportByFile(caFile string) (*http.Transport, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeMTlsTransport ¶
func MakeMTlsTransportByFile ¶
func MakeMTlsTransportByPem ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.