{"id":56899,"library":"jodd-http","title":"Jodd HTTP Client","description":"Lightweight HTTP client library for making HTTP requests.","status":"active","version":"6.3.0","language":"java","source_language":null,"source_url":"https://github.com/oblac/jodd-http","tags":["http","client","jodd","networking"],"install":[{"cmd":"<dependency>\n  <groupId>org.jodd</groupId>\n  <artifactId>jodd-http</artifactId>\n  <version>6.3.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.jodd:jodd-http:6.3.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"HttpRequest","correct":"jodd.http.HttpRequest"}],"quickstart":{"code":"import jodd.http.HttpRequest;\nimport jodd.http.HttpResponse;\n\npublic class Example {\n    public static void main(String[] args) {\n        HttpResponse response = HttpRequest.get(\"https://example.com\").send();\n        System.out.println(\"Response: \" + response.statusCode());\n    }\n}","lang":"java","description":"Sends a GET request and prints the response status code."},"warnings":[],"env_vars":null,"search_vec":"'client':3,6,13 'http':2,5,10,12 'jodd':1,14 'librari':7 'lightweight':4 'make':9 'network':15 'request':11","created_at":"2026-06-15T10:54:44.474725+00:00","updated_at":"2026-06-15T10:54:44.474725+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://http.jodd.org","github":"https://github.com/oblac/jodd-http","docs":"https://appdoc.app/artifact/org.jodd/jodd-http/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}