OkHttp-backed implementation of java.net.URLConnection for seamless integration with OkHttp's HTTP client.
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>5.3.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Opens an HTTP connection using OkHttp via URLConnection.
Replace with OkHttpClient.newCall(Request) for direct HTTP calls.
No dependency data recorded yet.