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

Access original response body #32

Open
stefanorosanelli opened this issue Oct 21, 2021 · 0 comments
Open

Access original response body #32

stefanorosanelli opened this issue Oct 21, 2021 · 0 comments

Comments

@stefanorosanelli
Copy link
Member

Currently on every request like get()/pos()/patch() response is automatically treated as having a JSON body and convert to a PHP array via getResponseBody()

In case of non JSON response (like stream download) we should avoid this conversion and access the original body.

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

No branches or pull requests

1 participant