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 190d3e5 commit 79431f2Copy full SHA for 79431f2
http-client.md
@@ -57,7 +57,7 @@ The `Illuminate\Http\Client\Response` object also implements the PHP `ArrayAcces
57
return Http::get('http://example.com/users/1')['name'];
58
```
59
60
-In addition to the response methods listed above, the following methods may be used to determine if the response has a given status code:
+In addition to the response methods listed above, the following methods may be used to determine if the response has a specific status code:
61
62
```php
63
$response->ok() : bool; // 200 OK
0 commit comments