THRIFT-2493:Node.js lib needs HTTP client
authorra <ra@apache.org>
Thu, 24 Apr 2014 03:04:23 +0000 (20:04 -0700)
committerra <ra@apache.org>
Thu, 24 Apr 2014 03:04:23 +0000 (20:04 -0700)
commit779b9ac2eff8605836a7a08151b844601dffcf53
tree2c8ae0e6a0e23e130bfb63af31999aac78aa64ad
parent8f697cb6499997584c82cc03daeda667847e5bfe
THRIFT-2493:Node.js lib needs HTTP client
Client: node
Patch: Randy Abernethy

Clean up of many jshint warnings/errors, jsdoc for HttpConnect,
added support for https and Python to HttpConnect, added tests
for HttpConnect with https and promises.
17 files changed:
lib/nodejs/examples/README.md
lib/nodejs/examples/httpClient.js [new file with mode: 0644]
lib/nodejs/examples/httpServer.js [new file with mode: 0644]
lib/nodejs/examples/httpServer.py [new file with mode: 0644]
lib/nodejs/lib/thrift/connection.js
lib/nodejs/lib/thrift/http_connection.js
lib/nodejs/lib/thrift/server.js
lib/nodejs/lib/thrift/web_server.js
lib/nodejs/test/client.js
lib/nodejs/test/http_client.js
lib/nodejs/test/http_server.js
lib/nodejs/test/multiplex_client.js
lib/nodejs/test/multiplex_server.js
lib/nodejs/test/server.js
lib/nodejs/test/testAll.sh
lib/nodejs/test/thrift_test_driver.js
lib/nodejs/test/thrift_test_driver_promise.js