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 9bbce53 commit 6441eadCopy full SHA for 6441ead
http-client.md
@@ -38,6 +38,7 @@ The `get` method returns an instance of `Illuminate\Http\Client\Response`, which
38
$response->json($key = null, $default = null) : mixed;
39
$response->object() : object;
40
$response->collect($key = null) : Illuminate\Support\Collection;
41
+ $response->resource() : resource;
42
$response->status() : int;
43
$response->successful() : bool;
44
$response->redirect(): bool;
0 commit comments