Hi, Any plans to add support for multi part request in Async HTTPClient ? Currently, there is only MultipartEntityBuilder which is part of sync HTTPClient and can only be used in async API if all the data is loaded in memory (which is not ideal). Anyone who has implemented a custom request producer for this ? Regards,Laurian
- Support for Multipart request in Async HTTPClient (5.x) vostinar laurian
- Re: Support for Multipart request in Async HTTPClie... Oleg Kalnichevski