Registry / http-client / okcurl

okcurl

JSON →
library5.3.2javamavenunverified

Command-line HTTP client built on OkHttp, mimicking curl's interface for Java/Kotlin developers.

<dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okcurl</artifactId> <version>5.3.2</version> </dependency>
INSTALL
IMPORT
SIG · OKCURL
O
okcurl
http-clientjavav5.3.2
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.

Main
okhttp3.internal.okcurl.Main

Runs OkCurl with a URL argument.

import okhttp3.internal.okcurl.Main; public class Example { public static void main(String[] args) { Main.main(new String[]{"https://example.com"}); } }
Debug
Known issues
breakingOkCurl is an internal module and may change without notice.
fix
Use the official OkHttp client API (OkHttpClient) for stable usage.
affects: all
Upgrade
Version history
5.3.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Amazon
1
Resources
okcurl — mvn dependency:get okcurl · libregistry