Maybe this would be of help: http://www.mail-archive.com/[email protected]/msg04629.html
On Tue, Dec 22, 2009 at 10:59 AM, Florent Georges <[email protected]>wrote: > 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] > >
