proxyline
v0.0.4
Published
Parse the proxyline added by HAProxy, Stud, Bud and others.
Downloads
7
Readme
proxyline
Parse the proxyline added by HAProxy, Stud, Bud and others.
Usage
var server = net.createServer(function (socket) {
socket.end(JSON.stringify(socket.proxyline))
})
proxyline.inject(server)
server.listen()
Install
$ npm install proxyline
License
MIT