Documentation ¶
Index ¶
- func DecodeEncoding(r io.Reader) *transform.Reader
- func DecodeJSONHttpResponse(r io.Reader, v interface{}, debug bool) error
- func DecodeStingHttpResponse(r io.Reader, resp *[][]string, debug bool) error
- func PrintError(err error, debug bool)
- func PrintGetRequest(url string, 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeJSONHttpResponse ¶
DecodeJSONHttpResponse decode http json response with debug
func DecodeStingHttpResponse ¶
func PrintGetRequest ¶
PrintGetRequest debug print get request
func PrintPostJSONRequest ¶
PrintPostJSONRequest debug print post json request
func PrintPostMultipartRequest ¶
PrintPostMultipartRequest debug print post multipart request
func PrintStringResponse ¶
PrintStringResponse debug print string response
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.