We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89822d4 commit b3db97fCopy full SHA for b3db97f
README.md
@@ -8,8 +8,8 @@ Constants only.
8
```php
9
10
use Koriym\HttpConstants\HttpStatusCode;
11
-use Koriym\HttpConstants\RequestHeaders;
12
-use Koriym\HttpConstants\ResponseHeaders;
+use Koriym\HttpConstants\RequestHeader;
+use Koriym\HttpConstants\ResponseHeader;
13
use Koriym\HttpConstants\MediaType;
14
use Koriym\HttpConstants\Method;
15
@@ -18,7 +18,6 @@ header(ResponseHeaders::CONTENT_TYPE . ': ' . MediaType::APPLICATION_JSON_API);
18
// Content-Type: application/vnd.api+json
19
header(ResponseHeaders::CACHE_CONTROL . ': max-age=3600');
20
// Cache-Control: max-age=3600
21
-
22
```
23
24
### Install
0 commit comments