this should help:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2

"Each header field consists of a name followed by a colon (":") and the field value. Field names are case-insensitive. "


Am 14.10.2010 18:05, schrieb Ryan Chan:
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.

Reply via email to