forked from loafle/openapi-generator-original
* 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.