Skip to content

Commit b8d0b27

Browse files
authored
Merge pull request #6 from sylfabre/patch-1
Fix #5
2 parents bed3679 + b616b52 commit b8d0b27

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
@@ -21,6 +21,7 @@ final class RequestHeader
2121
const AUTHORIZATION = 'Authorization';
2222
const CACHE_CONTROL = 'Cache-Control';
2323
const CONNECTION = 'Connection';
24+
const CONTENT_TYPE = 'Content-Type';
2425
const COOKIE = 'Cookie';
2526
const CONTENT_LENGTH = 'Content-Length';
2627
const CONTENT_MD5 = 'Content-MD5';

0 commit comments

Comments
 (0)