Versions in this module Expand all Collapse all v1 v1.0.0 Dec 30, 2020 Changes in this version + const CONN_TIME_OUT + func Get(apiURL string, params url.Values) (resData string, e error) + func OnGetJSON(url, params string) string + func OnPostForm(url string, data url.Values) (body []byte) + func OnPostJSON(url, jsonstr string) []byte + func Post(apiURL string, params url.Values) (resData string, err error) + func SendGet(url, params string, obj interface{}) bool + func SendGetEx(url string, reponse interface{}) bool + func SendGetWithTimeOut(apiUrl string, params url.Values, time_out int) (resData string, e error) + func SendPost(requestBody interface{}, responseBody interface{}, url string) bool + func SendPostWithTimeOut(apiUrl string, params url.Values, time_out int) (resData string, e error) + func WriteJSON(w http.ResponseWriter, msg interface{}) Incompatible versions in this module v2.0.0+incompatible Sep 3, 2023