func()

in common/http_client/http_client.go [54:57]


func (client *HttpClient) Get(url string, header http.Header, timeoutMs uint64,
	params map[string]string) (response *http.Response, err error) {
	return get(url, header, timeoutMs, params)
}