Ryan
87e6578aa9
Simple HTTP client is working a bit.
2009-05-19 13:12:46 +02:00
Ryan
edc38b4134
Use parseUri() for req.uri. Update docs.
2009-05-18 19:33:05 +02:00
Ryan
478e45a32f
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.
2009-05-18 12:44:01 +02:00
Ryan
175223d5d7
Remove HTTP parser callbacks for fragment, query_string, path.
...
Instead we're going to just get a single callback for the URI. This can be
parsed additionally in javascript using parseuri:
http://blog.stevenlevithan.com/archives/parseuri
I haven't added that yet, but it will come soon.
2009-05-16 12:53:24 +02:00
Ryan
2cb81113ec
Slightly better buffer allocation. (Probably not worth it.)
2009-05-15 22:41:36 +02:00
Ryan
fb96f07ece
Commit partial work in http.js. Comment out V8::Dispose(); in node.cc
2009-05-15 18:11:49 +02:00