Skip to content

Commit

Permalink
Add debug output of body.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Jun 22, 2023
1 parent 3e55ec5 commit 67a9844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HTTPClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function request(string $method, $uri = '', array $options = [] ): Respon
throw $e;
}

var_dump($response->getBody());
var_dump($response->getBody()->getContents());

return $response;
}
Expand Down

0 comments on commit 67a9844

Please sign in to comment.