{"id":16101647,"url":"https://github.com/seesharpsoft/spring-multipart","last_synced_at":"2026-04-26T12:31:57.411Z","repository":{"id":151381628,"uuid":"99443481","full_name":"SeeSharpSoft/spring-multipart","owner":"SeeSharpSoft","description":"Web batch/bulk/multipart requests with JAVA Spring framework.","archived":false,"fork":false,"pushed_at":"2019-01-09T21:17:20.000Z","size":43,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T00:28:06.633Z","etag":null,"topics":["java-spring","spring"],"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/SeeSharpSoft.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-05T19:25:51.000Z","updated_at":"2021-05-21T07:39:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6ebc757-5eb6-48c7-959a-f2ca5dea6e41","html_url":"https://github.com/SeeSharpSoft/spring-multipart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SeeSharpSoft/spring-multipart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeeSharpSoft%2Fspring-multipart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeeSharpSoft%2Fspring-multipart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeeSharpSoft%2Fspring-multipart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeeSharpSoft%2Fspring-multipart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeeSharpSoft","download_url":"https://codeload.github.com/SeeSharpSoft/spring-multipart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeeSharpSoft%2Fspring-multipart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32297893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"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":["java-spring","spring"],"created_at":"2024-10-09T18:50:32.280Z","updated_at":"2026-04-26T12:31:57.396Z","avatar_url":"https://github.com/SeeSharpSoft.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Repository outdated!**\n\n*This is now part of the sharping library:* https://github.com/SeeSharpSoft/sharping\n\n\n\n# Spring - Multipart / Batch messages\nEnable multipart / batch request for JAVA Spring.\n\n# Links\nImplementation is syntactically inspired by\n\nhttp://www.rfc-editor.org/rfc/rfc2046.txt\n\nhttps://tools.ietf.org/id/draft-snell-http-batch-00.html\n\nhttp://www.odata.org/documentation/odata-version-3-0/batch-processing/\n\n\n\n# Example\n\n- startup multipart-example spring-boot:run\n- POST localhost:8080/my/own/multipart/endpoint\n\n**Header**\n```\nContent-Type: multipart/mixed\n```\n\n**Body**\n```\n--batch\nContent-Type: application/http\nContent-Transfer-Encoding: binary\n\nGET /hello HTTP/1.1\nHost: host\n\n--batch\nContent-Type: application/http\nContent-Transfer-Encoding: binary\n\nGET /greeting?name=Trevor HTTP/1.1\nHost: host\n\n--batch\nContent-Type: application/http\nContent-Transfer-Encoding: binary\n\nGET /greeting?name=Peter\u0026name=Lustig HTTP/1.1\n--batch--\n```\n\n**Response**\n```\n--batch\nContent-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 200 OK\nContent-Type: text/plain;charset=ISO-8859-1\nContent-Length: 27\n\nGreetings from Spring Boot!\n--batch\nContent-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 200 OK\nContent-Type: application/json;charset=UTF-8\nContent-Length: 35\n\n{\"id\":1,\"content\":\"Hello, Trevor!\"}\n--batch\nContent-Type: application/http\nContent-Transfer-Encoding: binary\n\nHTTP/1.1 200 OK\nContent-Type: application/json;charset=UTF-8\nContent-Length: 41\n\n{\"id\":2,\"content\":\"Hello, Peter,Lustig!\"}\n--batch--\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseesharpsoft%2Fspring-multipart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseesharpsoft%2Fspring-multipart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseesharpsoft%2Fspring-multipart/lists"}