Versions in this module Expand all Collapse all v1 v1.0.1 Nov 22, 2024 v1.0.0 Nov 22, 2024 Changes in this version + func DecodeJSONHttpResponse(r io.Reader, v interface{}, debug bool) ([]byte, error) + func PrintError(err error, debug bool) + func PrintGetRequest(url string, debug bool) + func PrintJSONRequest(method string, url string, header http.Header, body []byte, debug bool) + func PrintPostJSONRequest(url string, body []byte, debug bool) + func PrintPostMultipartRequest(url string, mp map[string]string, debug bool) + func PrintStringResponse(str string, debug bool)