public interface HttpClientRequest extends Closeable
| 限定符和类型 | 方法和说明 |
|---|---|
HttpClientResponse |
execute(URI uri,
String httpMethod,
RequestHttpEntity requestHttpEntity)
execute http request.
|
HttpClientResponse execute(URI uri, String httpMethod, RequestHttpEntity requestHttpEntity) throws Exception
uri - http urlhttpMethod - http request methodrequestHttpEntity - http request entityException - exCopyright © 2018–2022 Alibaba Group. All rights reserved.