Searched refs:DoSimpleHttpReqRaw (Results 1 – 2 of 2) sorted by relevance
27 func DoSimpleHttpReqRaw(method string, url string, body []byte, header map[string]string) (response… func
124 resp, err := utils.DoSimpleHttpReqRaw(http.MethodGet, url, nil, nil)