Versions in this module Expand all Collapse all v0 v0.6.0 Sep 12, 2024 v0.5.3 Aug 26, 2024 Changes in this version + var DefaultClient = newSharedClient() + func DoHttpAndHttpsRequestWithCa(method, url string, body interface{}, header map[string]string, ca string) (*http.Response, error) + func DoHttpAndHttpsRequestWithToken(method, url string, body interface{}, header map[string]string, token string) (*http.Response, error) + func ParseResponse(resp *http.Response, data interface{}) error