Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2021 Changes in this version + func GenerateSha256(key, data string) string + func HTTPQueryBuild(params map[string]string) string + type HTTPClient struct + Client *http.Client + Response *http.Response + func (c *HTTPClient) GetResponseByte() (body []byte, err error) + func (c *HTTPClient) GetResponseJSON(response interface{}) error + func (c *HTTPClient) HTTPGet(url string, params map[string]string) error + func (c *HTTPClient) HTTPPost(url string, params map[string]string) error + func (c *HTTPClient) HTTPPostJSON(url, jsonStr string) error