public final class OkHttpClient
extends java.lang.Object
implements feign.Client
GitHub github = Feign.builder().client(new OkHttpClient()).target(GitHub.class, "https://api.github.com");
| Constructor and Description |
|---|
OkHttpClient() |
OkHttpClient(com.squareup.okhttp.OkHttpClient delegate) |
| Modifier and Type | Method and Description |
|---|---|
feign.Response |
execute(feign.Request input,
feign.Request.Options options) |