On Thu, 2010-09-16 at 04:03 -0700, CodingForever wrote: > Hi I am new about apache and on HttpClient - user forum. > > I have a problem. > I am trying to offline http decoding. It means that I decode the already > captured http packets. But I faced a problem that CHUNK problem. For > accessing real data I have to merge the chunks. > > Now I have response header and body( lots of chunks ) > Is there any class or api that works offline and merge the given chunks ? > ( Note : I just have response header and cunked body ) > > I need help...
Take a look at http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore/src/test/java/org/apache/http/impl/io/TestChunkCoding.java Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
