Re: HttpResponse raw data

2012-07-12 Thread andrefe
A module). Best, Federico andrefe wrote: > > Hi, > > Thank you for your response. I tried a "brutal approach" like the one you > were suggesting: basically I've appended the following information within > a stringbuffer for an HTML page: > - Status line > &g

Re: HttpResponse raw data

2012-07-12 Thread andrefe
ferent from the telnet output. A couple of headers (i.e. the content-length) are missing like some escaping sequences in the body. Federico Stephen J. Butler wrote: > > On Thu, Jul 12, 2012 at 12:51 PM, andrefe > wrote: >> Using HttpClient 4.2, I was wondering why the capability of

HttpResponse raw data

2012-07-12 Thread andrefe
Hi all, Using HttpClient 4.2, I was wondering why the capability of retrieving the raw byte content that is parsed in a HTTP response is not supported: am I missing something? In other words, is not possible to obtain the very same output of a GET request performed via telnet relying only on Htt