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

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

    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15385605#comment-15385605 ] 

Tobias Oberlies commented on HTTPCLIENT-1757:
---------------------------------------------

Is there an attribute of the {{HttpContext}} that provides the current {{HttpRequest}}?

> 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