Implement HTTPServer (untested!)
authorRyan <ry@tinyclouds.org>
Mon, 4 May 2009 15:19:04 +0000 (17:19 +0200)
committerRyan <ry@tinyclouds.org>
Mon, 4 May 2009 15:19:04 +0000 (17:19 +0200)
commit9c3770d999988a6543df3ee64019697f7649bbd8
tree6755a3b29d004fb2cad4ee4d4d97861c7a6c092a
parentb763ee0ad457b1f7f3f80c6205bef0a483e3dfbc
Implement HTTPServer (untested!)

Mostly this is setting up the proper interface to be able to create the HTTP
server.
src/http.cc
src/http.h
src/net.cc
src/net.h
src/node.cc