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);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    18
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    18

Package Sidebar

Install

npm i node-proxy-protocol

Weekly Downloads

16

Version

1.0.0

License

none

Last publish

Collaborators

  • philips