Registry / http-client / commonokhttp

commonokhttp

JSON →
library0.4.3javamavenunverified

A simple wrapper around OkHttp for common HTTP operations like GET and POST.

<dependency> <groupId>com.github.keran213539</groupId> <artifactId>commonOkHttp</artifactId> <version>0.4.3</version> </dependency>
INSTALL
IMPORT
SIG · COMMONOKHTTP
C
commonokhttp
http-clientjavav0.4.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.

CommonOkHttpClient
com.github.keran213539.commonOkHttp.CommonOkHttpClient

Performs a simple GET request using CommonOkHttpClient.

import com.github.keran213539.commonOkHttp.CommonOkHttpClient; CommonOkHttpClient client = new CommonOkHttpClient(); String response = client.get("https://api.example.com/data"); System.out.println(response);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
28
OpenAI (training)
1
Resources
commonokhttp — mvn dependency:get commonokhttp · libregistry