Registry / http-client / feign-httpclient

feign-httpclient

JSON →
library13.9.3javamavenunverified

Feign integration with Apache HttpClient for HTTP-based service invocation.

<dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-httpclient</artifactId> <version>13.9.3</version> </dependency>
INSTALL
IMPORT
SIG · FEIGN-HTTPCLIENT
F
feign-httpclient
http-clientjavav13.9.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ApacheHttpClient
feign.httpclient.ApacheHttpClient

Creates a Feign client using Apache HttpClient.

import feign.httpclient.ApacheHttpClient; Feign.builder() .client(new ApacheHttpClient()) .target(MyApi.class, "https://api.example.com");
Debug
Known issues

No known issues recorded.

Upgrade
Version history
13.9.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Resources
feign-httpclient — mvn dependency:get feign-httpclient · libregistry