| 程序包 | 说明 |
|---|---|
| xyz.hellothomas.jedi.client.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> HttpResponse<T> |
HttpUtil.doGet(HttpRequest httpRequest,
Class<T> responseType)
Do get operation for the http request.
|
static <T> HttpResponse<T> |
HttpUtil.doGet(HttpRequest httpRequest,
Type responseType)
Do get operation for the http request.
|
Copyright © 2022 hellothomas. All rights reserved.