node-proxy-protocol

1.0.0 • Public • Published

Node.js Proxy Protocol Parser

Parses the HA Proxy/stud proxy protocol line using strtok.

Usage

var proxy_protocol = require("./");

proxy_protocol.parse(tcp4, function(err, obj) {
  console.log('Got proxy details');
  console.log(obj);
});

/node-proxy-protocol/

    Package Sidebar

    Install

    npm i node-proxy-protocol

    Weekly Downloads

    21

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • philips