mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[fix] use the main export for EE3
This commit is contained in:
parent
934e6c4d54
commit
18c77cafc7
@ -1,7 +1,7 @@
|
|||||||
var httpProxy = exports,
|
var httpProxy = exports,
|
||||||
extend = require('util')._extend,
|
extend = require('util')._extend,
|
||||||
parse_url = require('url').parse,
|
parse_url = require('url').parse,
|
||||||
EE3 = require('eventemitter3').EventEmitter,
|
EE3 = require('eventemitter3'),
|
||||||
http = require('http'),
|
http = require('http'),
|
||||||
https = require('https'),
|
https = require('https'),
|
||||||
web = require('./passes/web-incoming'),
|
web = require('./passes/web-incoming'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user