Skip to content

Commit 6c14578

Browse files
committed
Add missing Content-Type
1 parent a521e10 commit 6c14578

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)