Hi, I have to support multipart/* response using HTTP Core and HTTP Client 4.1. For now, I use HttpResponse.getEntity().getContent() to get the response stream, but so I have to parse the multipart entity "by hand" (parse the headers for each part, as well as its content itself).
Is there any support for multipart responses? I looked for in the documentation, but did not find anything. Regards, -- Florent Georges http://www.fgeorges.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
