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.
2 parents 0f790e7 + ab17c4f commit f981084Copy full SHA for f981084
examples/post_json_array_response.php
@@ -18,4 +18,4 @@
18
$curl->setDefaultJsonDecoder($assoc = true);
19
$curl->setHeader('Content-Type', 'application/json');
20
$curl->post('https://httpbin.org/post', $data);
21
-var_dump($curl->response['json']);
+var_dump($curl->response);
0 commit comments