func()

in common/http_client/http_client.go [66:69]


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