We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a521e10 commit 6c14578Copy full SHA for 6c14578
src/RequestHeader.php
@@ -16,6 +16,7 @@ final class RequestHeader
16
public const AUTHORIZATION = 'Authorization';
17
public const CACHE_CONTROL = 'Cache-Control';
18
public const CONNECTION = 'Connection';
19
+ public const CONTENT_TYPE = 'Content-Type';
20
public const COOKIE = 'Cookie';
21
public const CONTENT_LENGTH = 'Content-Length';
22
public const CONTENT_MD5 = 'Content-MD5';
0 commit comments