From bd952ac61e2c8e57de0ae6db134ffe185db2ba3b Mon Sep 17 00:00:00 2001
From: Ryan Cookie
lines.
+ Node's HTTP abstraction deals with connection handling and message + parsing only. It parses the message into headers and body - but it does + not parse any of the headers or the body. This is left to the user. That + means, for example, that Node does not (and will never) provide API + to access or manipulate Cookies or multi-part bodies. +
+node.http.Server
encoding
is "ascii"
.
+
+ + Note: This is the raw HTTP body and has nothing to do with + higher-level multi-part body encodings that may be used. +
res.finish()