0.0.2 • Published 12 years ago
rest-node-client v0.0.2
rest-node-client.js
Slightly improved version of rest.js node client.
Usage
It's fully backward compatible with rest/client/node.js.
Currently it only checks if there is responseEntityEncoding property in request. Value is used as an argument to Buffer.prototype.toString(). This setting defaults to utf8, which is default client's behavior, and if it's set to null, then no translation is done and response.entity is Buffer.
Copyright
rest-node-client.js is made available under the terms of MIT license. See LICENSE for details.