public final class ApacheHttpClient
extends java.lang.Object
implements feign.Client
GitHub github = Feign.builder().client(new ApacheHttpClient()).target(GitHub.class, "https://api.github.com");
| Constructor and Description |
|---|
ApacheHttpClient() |
ApacheHttpClient(org.apache.http.client.HttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
feign.Response |
execute(feign.Request request,
feign.Request.Options options) |