[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski resolved HTTPCLIENT-1581.
-------------------------------------------
    Resolution: Fixed

ContentResponseHandler made public in SVN trunk.

Oleg

> change scope of ContentResponseHandler or provide an alternative
> ----------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1581
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1581
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: Fluent HC
>            Reporter: Shaun A Elliott
>            Priority: Minor
>             Fix For: 4.4 Beta2
>
>
> As a developer using the apache fluent hc library I need to be able to get 
> back both the http status code and the http response body. 
> When I try to do this now, I get an exception that "Response content has been 
> already consumed". 
> The only way to get around this is to go back to the non-fluent api and get 
> the HttpResponse, pull the entity, check it, etc. This is already done in 
> ContentResponseHandler and is a clear DRY violation. 
> It would be much cleaner to expose ContentResponseHandler as a public class, 
> so that it can be overriden, called from handleContent, etc. Or to add a new 
> ResponseHandler that also provides other details like the response code.
> Consider these stackoverflow questions as I'm not the only one who desires 
> this:
> http://stackoverflow.com/questions/22409303/is-it-possible-to-get-both-the-status-code-and-the-body-content-when-using-apach
> http://stackoverflow.com/questions/14024625/how-to-get-httpclient-returning-status-code-and-response-body



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to