Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 3eb4421

Browse files
committed
[zendframework/zendframework#3314] Add Content-Transfer-Encoding to HeaderLoader
- Added entry for new header
1 parent 718a956 commit 3eb4421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HeaderLoader.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class HeaderLoader extends PluginClassLoader
4242
'contentlocation' => 'Zend\Http\Header\ContentLocation',
4343
'contentmd5' => 'Zend\Http\Header\ContentMD5',
4444
'contentrange' => 'Zend\Http\Header\ContentRange',
45+
'contenttransferencoding' => 'Zend\Http\Header\ContentTransferEncoding',
4546
'contenttype' => 'Zend\Http\Header\ContentType',
4647
'cookie' => 'Zend\Http\Header\Cookie',
4748
'date' => 'Zend\Http\Header\Date',

0 commit comments

Comments
 (0)