On Sun, Dec 2, 2012 at 2:07 AM, Mikeal Rogers <[email protected]> wrote: > by default node.js sends headers in lowercase.
The core http library sends headers as-is, it's only incoming headers that are lowercased. Maybe some frameworks force lowercase everywhere but node.js itself does not. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
