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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i proxyline

    Weekly Downloads

    1

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • tellnes