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

Return the HTTPResponse instead of pre-parsed data in request() #15

Open
demianbrecht opened this issue Dec 24, 2014 · 0 comments
Open

Comments

@demianbrecht
Copy link
Owner

Backwards incompatible

Currently, parsers are optionally passed in to pre-parse response data. This should really just pass back the raw response as pointed out in #13. This will remove the complexity of parsing the response data and put the onus on the calling code (which is where it really should be), but will also allow the caller to handle response headers, something that is currently not possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant