@FunctionalInterface public interface HttpClient extends Client<HttpRequest,HttpResponse>
HttpRequest to a remote Endpoint.| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
execute(ClientRequestContext ctx,
HttpRequest req)
|
HttpResponse execute(ClientRequestContext ctx, HttpRequest req) throws Exception
Clientexecute in interface Client<HttpRequest,HttpResponse>Response to the specified RequestExceptionCopyright © 2020 LeanCloud. All rights reserved.