I have read the Zend_Http_Response: http://framework.zend.com/svn/framework/standard/trunk/library/Zend/Http/Response.php
The headers were constructed using...
$this->headers[ucwords(strtolower($name))] = $value;
So only 1st character will be upper case, others will be lower case.
Is it part of a standard? If yes, any document/reference/link?
Thanks.
