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.
Currently on every request like
get()/pos()/patch()response is automatically treated as having a JSON body and convert to a PHP array viagetResponseBody()In case of non JSON response (like stream download) we should avoid this conversion and access the original body.