0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 07:00:59 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
Ryan a80591aff6 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.
2009-05-06 14:54:28 +02:00
deps Various fixes to make the web server not give off so many errors. 2009-05-05 19:39:08 +02:00
src Create node.http.Server and node.http.LowLevelServer 2009-05-06 14:54:28 +02:00
test update oi_socket - modify node code to match 2009-05-05 12:52:18 +02:00
.gitignore update gitignore to work with waf files 2009-04-16 13:20:22 +02:00
.gitmodules BROKEN COMMIT: removing git submodules 2009-04-22 18:17:56 +02:00
configure wasn't sending pos arg for puts() 2009-04-23 14:22:57 +02:00
js2c.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
jsmin.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
waf use the WAF build system 2009-04-04 14:50:15 +02:00
wscript link to google profiler 2009-05-05 21:16:19 +02:00