{"id":16883386,"url":"https://github.com/hardillb/multipartvolley","last_synced_at":"2025-07-27T01:05:00.285Z","repository":{"id":68666271,"uuid":"89584901","full_name":"hardillb/MultiPartVolley","owner":"hardillb","description":"A multi-part/form uploader for the Volley HTTP library","archived":false,"fork":false,"pushed_at":"2021-05-20T07:43:03.000Z","size":77,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-11T12:17:44.982Z","etag":null,"topics":["android","android-library","volley"],"latest_commit_sha":null,"homepage":"https://www.hardill.me.uk/wordpress/2017/05/04/multipart-http-post-requests-with-volley-on-android/","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/hardillb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"hardillb"}},"created_at":"2017-04-27T10:18:42.000Z","updated_at":"2021-05-20T07:43:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e4fd954-f2f7-4b03-98a3-49b8e0433755","html_url":"https://github.com/hardillb/MultiPartVolley","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/hardillb/MultiPartVolley","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2FMultiPartVolley","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2FMultiPartVolley/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2FMultiPartVolley/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2FMultiPartVolley/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hardillb","download_url":"https://codeload.github.com/hardillb/MultiPartVolley/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hardillb%2FMultiPartVolley/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267278631,"owners_count":24063252,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","android-library","volley"],"created_at":"2024-10-13T16:11:31.736Z","updated_at":"2025-07-27T01:05:00.263Z","avatar_url":"https://github.com/hardillb.png","language":"Java","funding_links":["https://github.com/sponsors/hardillb"],"categories":[],"sub_categories":[],"readme":"# MultipartRequest\n\nA Volley Request implementation to support multipart/form-data HTTP Posts\n\n```\nMultipartRequest request = new MultipartRequest(url, headers, \n    new Response.Listener\u003cNetworkResponse\u003e() {\n        @Override\n        public void onResponse(NetworkResponse response) {\n        }\n    },\n    new Response.ErrorListener() {\n        @Override\n        public void onErrorResponse(VolleyError error) {\n        }\n    });\n    \nrequest.addPart(new FormPart(fieldName,value));\nrequest.addPart(new FilePart(fileFieldName, mimeType, fileName, data);\n\nrequestQueue.add(request);\n```\n\n## Including in a Project\n\nAdd the following to your build.gradle file:\n\n```\nrepositories {\n    maven { url 'https://jitpack.io' }\n}\n\ncompile 'com.github.hardillb:MultiPartVolley:0.0.4'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Fmultipartvolley","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhardillb%2Fmultipartvolley","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhardillb%2Fmultipartvolley/lists"}