Skip to content

Commit

Permalink
Merge branch 'main' of github.com:leMaur/php-url-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaur committed Mar 24, 2024
2 parents 10c858c + d0e4244 commit 88784ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ $response->statusCode;

$response->reasonPhrase;
// (string) 'OK'

$response->headers:
// (array) ['Date' => ['Sun, 24 Mar 2024 09:06:08 GMT']]
```

That class also provides another method to help you write unit tests.
Expand Down

0 comments on commit 88784ab

Please sign in to comment.