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 0738aa1 commit ab4c615Copy full SHA for ab4c615
src/Illuminate/Support/Facades/Http.php
@@ -33,6 +33,7 @@
33
* @method static \Illuminate\Http\Client\PendingRequest acceptJson()
34
* @method static \Illuminate\Http\Client\PendingRequest accept(string $contentType)
35
* @method static \Illuminate\Http\Client\PendingRequest withHeaders(array $headers)
36
+ * @method static \Illuminate\Http\Client\PendingRequest withHeader(string $name, mixed $value)
37
* @method static \Illuminate\Http\Client\PendingRequest replaceHeaders(array $headers)
38
* @method static \Illuminate\Http\Client\PendingRequest withBasicAuth(string $username, string $password)
39
* @method static \Illuminate\Http\Client\PendingRequest withDigestAuth(string $username, string $password)
0 commit comments