racker/node-proxy-protocol

Name: node-proxy-protocol

Owner: racker

Description: parser for the node-proxy-protocol based on node-strtok

Created: 2012-09-14 19:46:37.0

Updated: 2016-08-02 14:46:33.0

Pushed: 2012-10-08 21:39:00.0

Homepage: null

Size: 179

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Node.js Proxy Protocol Parser

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

Usage
proxy_protocol = require("./");

y_protocol.parse(tcp4, function(err, obj) {
nsole.log('Got proxy details');
nsole.log(obj);


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.