We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed3679 commit b616b52Copy full SHA for b616b52
src/RequestHeader.php
@@ -21,6 +21,7 @@ final class RequestHeader
21
const AUTHORIZATION = 'Authorization';
22
const CACHE_CONTROL = 'Cache-Control';
23
const CONNECTION = 'Connection';
24
+ const CONTENT_TYPE = 'Content-Type';
25
const COOKIE = 'Cookie';
26
const CONTENT_LENGTH = 'Content-Length';
27
const CONTENT_MD5 = 'Content-MD5';
0 commit comments