proxyline

0.0.4 • Public • Published

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

Package Sidebar

Install

npm i proxyline

Weekly Downloads

0

Version

0.0.4

License

MIT

Last publish

Collaborators

  • tellnes