File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 10
10
* @method static \Illuminate\Http\Client\Factory globalResponseMiddleware(callable $middleware)
11
11
* @method static \Illuminate\Http\Client\Factory globalOptions(\Closure|array $options)
12
12
* @method static \GuzzleHttp\Promise\PromiseInterface response(array|string|null $body = null, int $status = 200, array $headers = [])
13
+ * @method static \GuzzleHttp\Psr7\Response psr7Response(array|string|null $body = null, int $status = 200, array $headers = [])
14
+ * @method static \Illuminate\Http\Client\RequestException requestException(array|string|null $body = null, int $status = 200, array $headers = [])
13
15
* @method static \GuzzleHttp\Promise\PromiseInterface failedConnection(string|null $message = null)
14
16
* @method static \Illuminate\Http\Client\ResponseSequence sequence(array $responses = [])
15
17
* @method static bool preventingStrayRequests()
You can’t perform that action at this time.
0 commit comments