Uses of Interface
io.rxmicro.http.client.ClientHttpResponse
-
-
Uses of ClientHttpResponse in io.rxmicro.http.client
Methods in io.rxmicro.http.client that return types with arguments of type ClientHttpResponse Modifier and Type Method Description CompletableFuture<ClientHttpResponse>HttpClient. sendAsync(String method, String path, List<Map.Entry<String,String>> headers)Sends the HTTP request.CompletableFuture<ClientHttpResponse>HttpClient. sendAsync(String method, String path, List<Map.Entry<String,String>> headers, Object body)Sends the HTTP request.
-