Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store all http headers from the response in HttpResponseException #61

Merged
merged 1 commit into from Mar 1, 2015
Merged

Store all http headers from the response in HttpResponseException #61

merged 1 commit into from Mar 1, 2015

Conversation

robocik
Copy link

@robocik robocik commented Feb 12, 2015

When we get error reponse from the server (code !=200) the code throws HttpResponseException exception with the status code only. But in some cases we need to have access to all http headers (needed for example for 401 Unauthorized reponse in case when we want to implement negotiation mechanism like in Kerberos authentication).
This pull requests adds response headers to this exception

mosabua added a commit that referenced this pull request Mar 1, 2015
Store all http headers from the response in HttpResponseException
@mosabua mosabua merged commit f774c28 into simpligility:master Mar 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants