We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f2a5c commit cb2c460Copy full SHA for cb2c460
lib/test/http/reverse-proxy.test.ts
@@ -9,7 +9,7 @@ import * as httpProxy from "../..";
9
import getPort from "../get-port";
10
import * as net from "node:net";
11
import log from "../log";
12
-import { HttpsProxyAgent } from "node:https-proxy-agent";
+import { HttpsProxyAgent } from "https-proxy-agent";
13
import fetch from "node-fetch";
14
15
describe("Reverse proxying -- create a server that...", () => {
0 commit comments