Change request handler to take two parameters: req, res.
authorRyan <ry@tinyclouds.org>
Mon, 18 May 2009 10:44:01 +0000 (12:44 +0200)
committerRyan <ry@tinyclouds.org>
Mon, 18 May 2009 10:44:01 +0000 (12:44 +0200)
commit478e45a32fa0a08e5a452b953fab751976523e6d
treef6c4161b6433cdbf8394db2c97a5d1c242b1ba06
parentd0b59619609fae6d82b95f075ab26c51745a3c25
Change request handler to take two parameters: req, res.

This is more semantic, albeit unnecessary, usage. I think users will
be able to remember the API more easily.
src/http.js
test-http_simple.js
test_http.js