mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[minor] Expose version on module
This commit is contained in:
parent
3fd3c96fa0
commit
1dd9b3b150
@ -32,6 +32,11 @@ var util = require('util'),
|
||||
ProxyTable = require('./proxy-table').ProxyTable,
|
||||
maxSockets = 100;
|
||||
|
||||
//
|
||||
// ### Version 0.4.0
|
||||
//
|
||||
exports.version = [0, 4, 0];
|
||||
|
||||
//
|
||||
// ### function _getAgent (host, port)
|
||||
// #### @host {string} Host of the agent to get
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user