- From: Taiju Tsuiki <notifications@github.com>
- Date: Thu, 17 Dec 2015 21:34:18 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
Received on Friday, 18 December 2015 05:34:48 UTC
The first, it's written directly. Hm, it's probably only to hand-written servers that the lower-cased header names affect to. Well-established libraries, such as standard libraries of Ruby, Go, NodeJS and Python handle header names case-insensitively, which is correct. On plain CGI, request headers are passed as HTTP_ environment variable, and the header names are converted to upper case. So, they don't care the case of field names. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/xhr/issues/34#issuecomment-165677784
Received on Friday, 18 December 2015 05:34:48 UTC