mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-21 09:00:58 +00:00
* Fix a bug when asking to upload a MultipartFile as body. * Make finalizing MultipartFileRequest simpler. * Restrict creating a MultipartFileRequest when not part of a multipart-form. * Simplified the upload to use a StreamedRequest. * Wrap all requests with try-catch.