node-ral-huskar
Version:
a rpc client for node
26 lines (23 loc) • 430 B
JavaScript
/**
* @file node-ral
* @author hefangshi@baidu.com
* http://fis.baidu.com/
* 2014/8/16
*/
;
module.exports = {
SIMPLE_GET: {
unpack: 'raw',
pack: 'raw',
method: 'GET',
encoding: 'utf-8',
balance: 'random',
protocol: 'http',
timeout: 10000,
retry: 1,
server: [{
host: '127.0.0.1',
port: 8192
}]
}
};