File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Illuminate/Support/Facades Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6767 * @method static \Illuminate\Http\Client\PendingRequest withResponseMiddleware(callable $middleware)
6868 * @method static \Illuminate\Http\Client\PendingRequest withAttributes(array $attributes)
6969 * @method static \Illuminate\Http\Client\PendingRequest beforeSending(callable $callback)
70+ * @method static \Illuminate\Http\Client\PendingRequest afterResponse(callable|null $callback)
7071 * @method static \Illuminate\Http\Client\PendingRequest throw(callable|null $callback = null)
7172 * @method static \Illuminate\Http\Client\PendingRequest throwIf(callable|bool $condition)
7273 * @method static \Illuminate\Http\Client\PendingRequest throwUnless(callable|bool $condition)
8889 * @method static \Closure buildBeforeSendingHandler()
8990 * @method static \Closure buildRecorderHandler()
9091 * @method static \Closure buildStubHandler()
91- * @method static \GuzzleHttp\Psr7\ RequestInterface runBeforeSendingCallbacks(\GuzzleHttp\Psr7 \RequestInterface $request, array $options)
92+ * @method static \Psr\Http\Message\ RequestInterface runBeforeSendingCallbacks(\Psr\Http\Message \RequestInterface $request, array $options)
9293 * @method static array mergeOptions(array ...$options)
9394 * @method static \Illuminate\Http\Client\PendingRequest stub(callable $callback)
9495 * @method static bool isAllowedRequestUrl(string $url)
You can’t perform that action at this time.
0 commit comments