Use "url" module instead of "uri" module in http.js.
authorisaacs <i@foohack.com>
Tue, 5 Jan 2010 05:07:50 +0000 (21:07 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 5 Jan 2010 05:22:46 +0000 (21:22 -0800)
commit2b3d9e4ad077393ea2af0f4d45d4c00c00071dcd
treeb042cac88f326c5e286b7038d30df444ecd877c8
parent7ff04c1f86d85876225fe7c3059efaedca8ed14a
Use "url" module instead of "uri" module in http.js.

Deprecate the URI module and remove tests for it.
- Rename "uri" to "url".
- Use the "url" module instead of the "uri" module.
- Remove the url parsing from http.js
- Update http.cat with the changed field names.
- Update tests for changes to http.js
- Update documentation for changes in http.js
doc/api.txt
lib/http.js
lib/uri.js
test/mjsunit/test-http-client-race.js
test/mjsunit/test-http-malformed-request.js
test/mjsunit/test-http-proxy.js
test/mjsunit/test-http-server.js
test/mjsunit/test-http-tls.js
test/mjsunit/test-http.js
test/mjsunit/test-remote-module-loading.js
test/mjsunit/test-uri.js [deleted file]