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 91f1985 commit cc45e2cCopy full SHA for cc45e2c
src/Illuminate/Support/Facades/Http.php
@@ -32,6 +32,8 @@
32
* @method static \Illuminate\Http\Client\Response post(string $url, array $data = [])
33
* @method static \Illuminate\Http\Client\Response put(string $url, array $data = [])
34
* @method static \Illuminate\Http\Client\Response send(string $method, string $url, array $options = [])
35
+ * @method static \GuzzleHttp\Promise\PromiseInterface response($body = null, $status = 200, $headers = [])
36
+ * @method static \Illuminate\Http\Client\Factory fake($callback = null)
37
* @method static \Illuminate\Http\Client\ResponseSequence fakeSequence(string $urlPattern = '*')
38
*
39
* @see \Illuminate\Http\Client\Factory
0 commit comments