Skip to content

Commit 88784ab

Browse files
committed
Merge branch 'main' of github.com:leMaur/php-url-checker
2 parents 10c858c + d0e4244 commit 88784ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ $response->statusCode;
5454

5555
$response->reasonPhrase;
5656
// (string) 'OK'
57+
58+
$response->headers:
59+
// (array) ['Date' => ['Sun, 24 Mar 2024 09:06:08 GMT']]
5760
```
5861

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

0 commit comments

Comments
 (0)