Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpHelper ¶
type HttpHelper struct { }
var Http *HttpHelper
func (*HttpHelper) GenerateCert ¶
func (instance *HttpHelper) GenerateCert(host string) ([]byte, []byte, error)
GenerateCert generates certificate and private key based on the given host.
func (*HttpHelper) NewHttpClient ¶
func (instance *HttpHelper) NewHttpClient() *httpclient.HttpClient
Click to show internal directories.
Click to hide internal directories.