Registry / http-client / jodd-http

jodd-http

JSON →
library6.3.0javamavenunverified

Lightweight HTTP client library for making HTTP requests.

<dependency> <groupId>org.jodd</groupId> <artifactId>jodd-http</artifactId> <version>6.3.0</version> </dependency>
INSTALL
IMPORT
SIG · JODD-HTTP
J
jodd-http
http-clientjavav6.3.0
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.

HttpRequest
jodd.http.HttpRequest

Sends a GET request and prints the response status code.

import jodd.http.HttpRequest; import jodd.http.HttpResponse; public class Example { public static void main(String[] args) { HttpResponse response = HttpRequest.get("https://example.com").send(); System.out.println("Response: " + response.statusCode()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
jodd-http — mvn dependency:get jodd-http · libregistry