Registry / http-client / azure-core-http-okhttp

azure-core-http-okhttp

JSON →
library1.13.3javamavenunverified

OkHttp HTTP client plugin for Azure Core, enabling HTTP communication with Azure services.

<dependency> <groupId>com.azure</groupId> <artifactId>azure-core-http-okhttp</artifactId> <version>1.13.3</version> </dependency>
INSTALL
IMPORT
SIG · AZURE-CORE-HTTP-OK
A
azure-core-http-okhttp
http-clientjavav1.13.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.

OkHttpAsyncHttpClientBuilder
com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder

Builds an OkHttp-based HTTP client for Azure SDK.

import com.azure.core.http.okhttp.OkHttpAsyncHttpClientBuilder; import com.azure.core.http.HttpClient; public class Example { public static void main(String[] args) { HttpClient client = new OkHttpAsyncHttpClientBuilder().build(); // use client } }
Debug
Known issues
gotchaOkHttp version compatibility: ensure OkHttp dependency matches the version used by this plugin.
fix
Use the same OkHttp version as specified in the azure-core-http-okhttp POM.
affects: *
Upgrade
Version history
1.13.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
OpenAI (training)
1
Resources
azure-core-http-okhttp — mvn dependency:get azure-core-http-okhttp · libregistry