UNPKG

httpha

Version:

`httpha` is a simple client-side load balance and HA module.

45 lines (44 loc) 767 B
{ "predef": [ "document", "module", "require", "__dirname", "process", "console", "it", "xit", "describe", "xdescribe", "before", "beforeEach", "after", "afterEach" ], "node": true, "bitwise": true, "curly": true, "devel" : false, "eqeqeq": true, "forin": false, "immed": true, "latedef": true, "maxdepth" : 4, "maxlen" : 120, "newcap": false, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "undef": true, "strict": true, "trailing": false, "globalstrict": true, "nonstandard": true, "white": true, "indent": 2, "expr": true, "multistr": true, "onevar": false, "unused": "vars" }