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 5ea69e2 + dd878c0 commit 27cd7b0Copy full SHA for 27cd7b0
src/Illuminate/Support/Facades/Http.php
@@ -13,6 +13,7 @@
13
* @method static \Illuminate\Http\Client\PendingRequest contentType(string $contentType)
14
* @method static \Illuminate\Http\Client\PendingRequest acceptJson()
15
* @method static \Illuminate\Http\Client\PendingRequest accept(string $contentType)
16
+ * @method static \Illuminate\Http\Client\PendingRequest retry(int $times, int $sleep = 0)
17
* @method static \Illuminate\Http\Client\PendingRequest withHeaders(array $headers)
18
* @method static \Illuminate\Http\Client\PendingRequest withBasicAuth(string $username, string $password)
19
* @method static \Illuminate\Http\Client\PendingRequest withDigestAuth(string $username, string $password)
0 commit comments