-
- All Superinterfaces:
io.rxmicro.runtime.AutoRelease
public interface HttpClient extends io.rxmicro.runtime.AutoRelease- Author:
- nedis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<ClientHttpResponse>sendAsync(String method, String path, List<Map.Entry<String,String>> headers)CompletableFuture<ClientHttpResponse>sendAsync(String method, String path, List<Map.Entry<String,String>> headers, Object body)
-
-
-
Method Detail
-
sendAsync
CompletableFuture<ClientHttpResponse> sendAsync(String method, String path, List<Map.Entry<String,String>> headers)
-
sendAsync
CompletableFuture<ClientHttpResponse> sendAsync(String method, String path, List<Map.Entry<String,String>> headers, Object body)
-
-