{"id":18962142,"url":"https://github.com/zandero/http","last_synced_at":"2026-04-02T00:30:17.758Z","repository":{"id":57729991,"uuid":"84072906","full_name":"zandero/http","owner":"zandero","description":"Collection of http utilities","archived":false,"fork":false,"pushed_at":"2022-04-07T06:20:54.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T05:16:39.908Z","etag":null,"topics":["apache-httpcomponents","http"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zandero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-06T12:53:15.000Z","updated_at":"2022-04-03T16:52:34.000Z","dependencies_parsed_at":"2022-09-07T20:23:47.322Z","dependency_job_id":null,"html_url":"https://github.com/zandero/http","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zandero%2Fhttp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zandero%2Fhttp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zandero%2Fhttp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zandero%2Fhttp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zandero","download_url":"https://codeload.github.com/zandero/http/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239958311,"owners_count":19724926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache-httpcomponents","http"],"created_at":"2024-11-08T14:15:25.467Z","updated_at":"2026-04-02T00:30:17.664Z","avatar_url":"https://github.com/zandero.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# http\nHttp utilities for easy request building and execution\n\nWrapper around Apache Http client \n\n# Setup\n```xml\n\u003cdependency\u003e      \n     \u003cgroupId\u003ecom.zandero\u003c/groupId\u003e      \n     \u003cartifactId\u003ehttp\u003c/artifactId\u003e      \n     \u003cversion\u003e1.3\u003c/version\u003e      \n\u003c/dependency\u003e\n```\n\n## HttpUtils\n\n### Step 1 - build your request\n\n```java\nHttpRequestBase req = HttpUtils.get(\"http://httpbin.org/get\");\t\n```\n\t\t\n### Step 2 - execute request \n```java\t\nHttpResponse res = HttpUtils.execute(req);\n```\n\n\n### Step 2 - execute request asynchronously \n```java\t\nHttpResponse res = HttpUtils.executeAsync(executor, req, future);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzandero%2Fhttp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzandero%2Fhttp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzandero%2Fhttp/lists"}