Registry / http-client / feign-okhttp

feign-okhttp

JSON →
library13.9.3javamavenunverified

OkHttp-based HTTP client integration for Feign, providing efficient HTTP request execution.

<dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-okhttp</artifactId> <version>13.9.3</version> </dependency>
INSTALL
IMPORT
SIG · FEIGN-OKHTTP
F
feign-okhttp
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.

OkHttpClient
feign.okhttp.OkHttpClient

Create a Feign client using OkHttp

import feign.Feign; import feign.okhttp.OkHttpClient; MyApi api = Feign.builder() .client(new OkHttpClient()) .target(MyApi.class, "https://api.example.com");
Debug
Known issues
breakingOkHttpClient in Feign 13.x requires OkHttp 4.x+; older versions may cause runtime errors.
fix
Ensure OkHttp dependency version is compatible (e.g., com.squareup.okhttp3:okhttp:4.12.0).
affects: >=13.0.0
Upgrade
Version history
13.9.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
32
Amazon
1
Resources
feign-okhttp — mvn dependency:get feign-okhttp · libregistry