async-http-client
async-http-client copied to clipboard
Implemented reusable InputStreamPart
Referring to #1720 I've implemented a simple solution to provide an InputStreamSupplier as Multipart Body. Under the hood however the implementation just creates a new InputStream and then delegated everything else to the already existing InputStreamPart. Nevertheless I enhanced the MultipartUploadTest to be sure the logic is tested. Hope this is fine!
@slandelle as you also commented the issue, maybe you can pick up this PR?
Any chance this gets merged?