get请求
(api string)
| 620 | |
| 621 | //get请求 |
| 622 | func (this *ElasticSearchClient) get(api string) (req *httplib.BeegoHTTPRequest) { |
| 623 | return httplib.Get(api).Header("Content-Type", "application/json").SetTimeout(this.Timeout, this.Timeout) |
| 624 | } |
no outgoing calls
no test coverage detected