{"id":18371030,"url":"https://github.com/emptyflash/httpclientandroidlib","last_synced_at":"2025-10-20T12:45:46.641Z","repository":{"id":149693652,"uuid":"42815518","full_name":"emptyflash/httpclientandroidlib","owner":"emptyflash","description":"A mirror of https://code.google.com/p/httpclientandroidlib; an Android port of Apache's HttpComponents library (version 4.2.3)","archived":false,"fork":false,"pushed_at":"2015-12-01T14:58:43.000Z","size":630,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-15T21:20:53.035Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emptyflash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-20T14:17:27.000Z","updated_at":"2016-11-19T08:59:55.000Z","dependencies_parsed_at":"2023-04-14T19:04:41.205Z","dependency_job_id":null,"html_url":"https://github.com/emptyflash/httpclientandroidlib","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emptyflash%2Fhttpclientandroidlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emptyflash%2Fhttpclientandroidlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emptyflash%2Fhttpclientandroidlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emptyflash%2Fhttpclientandroidlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emptyflash","download_url":"https://codeload.github.com/emptyflash/httpclientandroidlib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248300573,"owners_count":21080755,"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":[],"created_at":"2024-11-05T23:42:45.932Z","updated_at":"2025-10-20T12:45:46.531Z","avatar_url":"https://github.com/emptyflash.png","language":"Java","readme":"# HttpClientAndroidLib\nA mirror of https://code.google.com/p/httpclientandroidlib by [Dirk Boye](https://github.com/dirkboye/); \nan Android port of Apache's HttpComponents library (version 4.2.3).\n\nThe purpose of this project is to resolve issues in which Java projects that depend on Apache's HttpComponents \nversion 4.2.x do not work properly on Android. This library provides a solution to this (though it usually requires forking the\nlibrary you want to use and changing the code).\n\nThe reason for the mirror is to provide a Maven repo through jitpack.io.\n\n\n##Usage\nTo get HttpClientAndroidLib as a dependency in your Maven project, first add the jitpack.io repo:\n``` xml\n\u003crepository\u003e\n  \u003cid\u003ejitpack.io\u003c/id\u003e\n  \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\u003c/repository\u003e\n```\nThen add it to your dependencies:\n``` xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.emptyflash\u003c/groupId\u003e\n  \u003cartifactId\u003ehttpclientandroidlib\u003c/artifactId\u003e\n  \u003cversion\u003e1.1.3\u003c/version\u003e\n  \u003cclassifier\u003eant-jar\u003c/classifier\u003e\n\u003c/dependency\u003e\n```\n\nThen in your code, replace all occurences of `org.apache.http` with `ch.boye.httpclientandroidlib`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femptyflash%2Fhttpclientandroidlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femptyflash%2Fhttpclientandroidlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femptyflash%2Fhttpclientandroidlib/lists"}