Skip to content

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

Open
@demianbrecht

Description

@demianbrecht

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions