We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bbce3 commit 5bcbda8Copy full SHA for 5bcbda8
README.md
@@ -37,5 +37,7 @@ catch (ResponseError $e) {
37
38
$code = $response->getCode();
39
$body = $response->getBodyPart();
40
+
41
+ // Consider using some additional library if you need parsed response headers.
42
}
43
```
0 commit comments