{"id":44689646,"url":"https://github.com/yanzhenjie/Kalle","last_synced_at":"2026-02-27T19:01:15.960Z","repository":{"id":53024441,"uuid":"122911218","full_name":"yanzhenjie/Kalle","owner":"yanzhenjie","description":":apple: Http client for Android platform.","archived":false,"fork":false,"pushed_at":"2021-04-09T07:09:53.000Z","size":1679,"stargazers_count":596,"open_issues_count":47,"forks_count":98,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-05-24T16:19:30.656Z","etag":null,"topics":["android","http","java","kalle"],"latest_commit_sha":null,"homepage":"https://yanzhenjie.com/Kalle","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/yanzhenjie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-26T04:05:48.000Z","updated_at":"2025-05-22T10:42:29.000Z","dependencies_parsed_at":"2022-09-05T02:42:12.836Z","dependency_job_id":null,"html_url":"https://github.com/yanzhenjie/Kalle","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/yanzhenjie/Kalle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanzhenjie%2FKalle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanzhenjie%2FKalle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanzhenjie%2FKalle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanzhenjie%2FKalle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yanzhenjie","download_url":"https://codeload.github.com/yanzhenjie/Kalle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yanzhenjie%2FKalle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29909252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T17:28:36.873Z","status":"ssl_error","status_checked_at":"2026-02-27T17:28:20.970Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["android","http","java","kalle"],"created_at":"2026-02-15T07:00:30.136Z","updated_at":"2026-02-27T19:01:15.950Z","avatar_url":"https://github.com/yanzhenjie.png","language":"Java","funding_links":[],"categories":["网络编程"],"sub_categories":["Spring Cloud框架"],"readme":"# Kalle\n\n![Logo](./images/logo.svg)\n\nAndroid platform's Http client.\n\n- Form submissions, such as text form and file form\n- Custom RequestBody, such as files, json and xml\n- Support SSL, can customize the certificate\n- Multiple cache modes, using AES to encrypt cached data\n- Manage cookies like browsers automatically\n- Cancel the request at any time\n- Global converter, obtain JavaBean from server\n- We can choose URLConnection or OkHttp handle socket\n\n```java\nKalle.get(\"http://www.example.com/user\")\n    .param(\"uid\", \"123\")\n    .perform(new SimpleCallback\u003cUser\u003e(this) {\n        @Override\n        public void onResponse(SimpleResponse\u003cUser, String\u003e response) {\n           if(response.isSucceed()) {\n              User user = respon.succeed();\n           } else {\n              Toast.show(response.failed());\n           }\n        }\n    });\n```\n\nFor documentation and additional information see [the website](https://www.yanzhenjie.com/Kalle).\n\n## Download\n\nKalle uses URLConnection handle socket by default, add this dependency using Gradle:\n\n```groovy\nimplementation 'com.yanzhenjie:kalle:0.1.7'\n```\n\nIf you want to use okhttp handle socket, add this dependency using Gradle:\n\n```groovy\nimplementation 'com.yanzhenjie:okalle:0.1.7'\n```\n\nKalle requires at minimum Android 2.3(Api level 9).\n\n## Contributing\n\nBefore submitting pull requests, contributors must abide by the [agreement](CONTRIBUTING.md) .\n\n## License\n\n```text\nCopyright 2019 Zhenjie Yan\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanzhenjie%2FKalle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyanzhenjie%2FKalle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyanzhenjie%2FKalle/lists"}