THRIFT-2493:Node.js lib needs HTTP client
authorra <ra@apache.org>
Wed, 23 Apr 2014 09:23:18 +0000 (02:23 -0700)
committerra <ra@apache.org>
Wed, 23 Apr 2014 09:23:18 +0000 (02:23 -0700)
commit8f697cb6499997584c82cc03daeda667847e5bfe
tree62817a574b0441d1818d86441f670be4883a3f06
parent751c97c2df228ab7d73f7add3a7b3f187aa5326a
THRIFT-2493:Node.js lib needs HTTP client
Client: node
Patch: Randy Abernethy

Adds http client to node.js along with tests.
lib/nodejs/lib/thrift/http_connection.js [new file with mode: 0644]
lib/nodejs/lib/thrift/index.js
lib/nodejs/test/http_client.js [new file with mode: 0644]
lib/nodejs/test/http_server.js [new file with mode: 0644]
lib/nodejs/test/testAll.sh
lib/nodejs/test/thrift_test_driver.js