You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2016/07/20 09:00:29 UTC

[jira] [Updated] (HTTPCLIENT-1757) Make request available to ResponseHandlers

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

Oleg Kalnichevski updated HTTPCLIENT-1757:
------------------------------------------
    Fix Version/s: 5.0 Alpha2

One way to address the problem is to make {{ResponseHandler}} aware of its execution context by passing {{HttpContext}} as a parameter.

Oleg

> Make request available to ResponseHandlers
> ------------------------------------------
>
>                 Key: HTTPCLIENT-1757
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1757
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.5.2
>            Reporter: Tobias Oberlies
>             Fix For: 5.0 Alpha2
>
>
> We use HttpClients for a system test of a REST API. We are using ResponseHandlers to directly convert the response entity to a data structure that is suitable for assertions.
> This works very well, except for the occasional case where the system under test responds with an unexpected status code. In this case, the response handler throws an exception. For a good error message, it would be useful to also include the request URL. However the request object is not available in the ResponseHandler.handleResponse method.
> So this is a request to also make the HttpRequest object available in the ResponseHandler.handleResponse method. This could be done by adding a getter in the HttpResponse class, or by creating a new interface (e.g. HttpResponseHandler2) with a two-parameter handleResponse method.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org