public final class ApacheHttpClient extends 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) |
public ApacheHttpClient()
public ApacheHttpClient(org.apache.http.client.HttpClient client)
public feign.Response execute(feign.Request request, feign.Request.Options options) throws IOException
execute
in interface feign.Client
IOException
Copyright © 2012–2025 OpenFeign. All rights reserved.