Closed
Description
Currently AHC support sending a multipart file part but reading from File or a byte array. It should be possible to also send a part which content is read from an InputStream.
For instance, I may be reading content from the network which I want to send as a multipart file part but I can't read the whole content into memory since te content is big.