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 30dd874 commit 75a12d7Copy full SHA for 75a12d7
src/Illuminate/Support/Facades/Http.php
@@ -10,6 +10,7 @@
10
* @method static \Illuminate\Http\Client\Factory globalResponseMiddleware(callable $middleware)
11
* @method static \Illuminate\Http\Client\Factory globalOptions(\Closure|array $options)
12
* @method static \GuzzleHttp\Promise\PromiseInterface response(array|string|null $body = null, int $status = 200, array $headers = [])
13
+ * @method static \GuzzleHttp\Promise\PromiseInterface failedConnection(string|null $message = null)
14
* @method static \Illuminate\Http\Client\ResponseSequence sequence(array $responses = [])
15
* @method static bool preventingStrayRequests()
16
* @method static \Illuminate\Http\Client\Factory allowStrayRequests()
0 commit comments