frappe_docker/frappe-bench/node_modules/forwarded
2017-07-31 15:51:51 +05:30
..
HISTORY.md Final docker setup 2017-07-31 15:51:51 +05:30
index.js Final docker setup 2017-07-31 15:51:51 +05:30
LICENSE Final docker setup 2017-07-31 15:51:51 +05:30
package.json Final docker setup 2017-07-31 15:51:51 +05:30
README.md Final docker setup 2017-07-31 15:51:51 +05:30

forwarded

NPM Version NPM Downloads Node.js Version Build Status Test Coverage

Parse HTTP X-Forwarded-For header

Installation

$ npm install forwarded

API

var forwarded = require('forwarded')

forwarded(req)

var addresses = forwarded(req)

Parse the X-Forwarded-For header from the request. Returns an array of the addresses, including the socket address for the req. In reverse order (i.e. index 0 is the socket address and the last index is the furthest address, typically the end-user).

Testing

$ npm test

License

MIT