Create node.http.Server and node.http.LowLevelServer
authorRyan <ry@tinyclouds.org>
Wed, 6 May 2009 12:54:28 +0000 (14:54 +0200)
committerRyan <ry@tinyclouds.org>
Wed, 6 May 2009 12:54:28 +0000 (14:54 +0200)
commita80591aff6704bd71ac5b136e23ddd7b52cf0299
tree723151aaa60ce0de156536905b02a70c2946f576
parent0bb12be6609d1de3cb1b1dd929ed6f772dac256b
Create node.http.Server and node.http.LowLevelServer

The LowLevelServer is a direct interface to the parser given people access
to things like partially received headers. This could be used to implement
an extremely optimized server which acts before parsing is complete.

Most people will be using node.http.Server which is still rather low-level
compared to other http interfaces, but does take care of some details for
you.
src/http.cc
src/http.js
src/node.cc