UNPKG

node-ral-huskar

Version:
26 lines (23 loc) 430 B
/** * @file node-ral * @author hefangshi@baidu.com * http://fis.baidu.com/ * 2014/8/16 */ 'use strict'; 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 }] } };