Versions in this module Expand all Collapse all v1 v1.0.1 Aug 15, 2024 Changes in this version + func CombineHostAndPath(host string, path string) string + func DoJson(r *httpclient.Request, o interface{}) error + func GetHost(rawurl string) string + func GetPath(rawurl string) string + func GetPort(rawurl string) int + func GetProto(url string) string + func HasSchema(rawurl string) bool + func RmProto(url string) string + func WrapHttp(addr string) string + func WrapHttps(addr string) string + func WrapProto(addr string) string + type RespForRead struct + Data json.RawMessage + Err *apistructs.ErrorResponse + Success bool