get请求
(api string)
| 492 | |
| 493 | //get请求 |
| 494 | func (this *ElasticSearchClient) get(api string) (req *httplib.BeegoHTTPRequest) { |
| 495 | return httplib.Get(api).Header("Content-Type", "application/json").SetTimeout(this.Timeout, this.Timeout) |
| 496 | } |
no test coverage detected