Skip to content

Commit 8602c3b

Browse files
authored
Merge pull request #9 from koriym/fix-missing-content-type
Add missing request header Content-Type
2 parents a521e10 + 6c14578 commit 8602c3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/RequestHeader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ final class RequestHeader
1616
public const AUTHORIZATION = 'Authorization';
1717
public const CACHE_CONTROL = 'Cache-Control';
1818
public const CONNECTION = 'Connection';
19+
public const CONTENT_TYPE = 'Content-Type';
1920
public const COOKIE = 'Cookie';
2021
public const CONTENT_LENGTH = 'Content-Length';
2122
public const CONTENT_MD5 = 'Content-MD5';

0 commit comments

Comments
 (0)