public final class ApacheHttpClient extends Object implements Client
GitHub github = Feign.builder().client(new ApacheHttpClient()).target(GitHub.class, "https://api.github.com");
Client.Default
Constructor and Description |
---|
ApacheHttpClient() |
ApacheHttpClient(org.apache.http.client.HttpClient client) |
public ApacheHttpClient()
public ApacheHttpClient(org.apache.http.client.HttpClient client)
public Response execute(Request request, Request.Options options) throws IOException
execute
in interface Client
IOException
Copyright © 2012–2018 OpenFeign. All rights reserved.