At the moment, the HttpMethod interface has a method getResponseBodyAsStream() that returns an InputStream of the HTTP body.
I need a method that returns the _entire_ HTTP response, including the HTTP headers and body, in a single InputStream.
I assume in case of redirection, authentication and the like, you only want the stream from the final request.
Odi
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
