Re: Support for Multipart request in Async HTTPClient (5.x)

2022-10-20 Thread Oleg Kalnichevski
On Thu, 2022-10-20 at 14:02 +, vostinar laurian wrote: > 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

Support for Multipart request in Async HTTPClient (5.x)

2022-10-20 Thread vostinar laurian
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