0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/website
Ryan 316e2833f0 Use flat object instead of array-of-arrays for HTTP headers.
E.G. { "Content-Length": 10, "Content-Type": "text/html" } instead of
[["Content-Length", 10], ["Content-Type", "text/html"]].
The main reason for this change is object-creation efficiency.

This still needs testing and some further changes (like when receiving
multiple header lines with the same field-name, they are concatenated with a
comma but some headers ("Content-Length") should not be concatenated ; the
new header line should replace the old value).

Various thoughts on this subject:
http://groups.google.com/group/nodejs/browse_thread/thread/9a67bb32706d9efc#
http://four.livejournal.com/979640.html
http://mail.gnome.org/archives/libsoup-list/2009-March/msg00015.html
2009-08-23 12:32:49 +02:00
..
api.txt Use flat object instead of array-of-arrays for HTTP headers. 2009-08-23 12:32:49 +02:00
index.html Use flat object instead of array-of-arrays for HTTP headers. 2009-08-23 12:32:49 +02:00
sh_javascript.min.js Work on website styling. 2009-05-17 15:54:06 +02:00
sh_main.js Clean up doc intro and syntax highlighting. 2009-05-26 18:06:53 +02:00
sh_main.min.js Work on website styling. 2009-05-17 15:54:06 +02:00
sh_vim-dark.css More node.http.Client docs 2009-05-20 16:05:11 +02:00
style.css Just twiddling with the webpage 2009-05-27 15:42:16 +02:00