完成中转仓管理
This commit is contained in:
7
datav/node_modules/http-proxy-middleware/dist/utils/logger-plugin.d.ts
generated
vendored
Normal file
7
datav/node_modules/http-proxy-middleware/dist/utils/logger-plugin.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Agent } from 'node:http';
|
||||
export type Sockets = Pick<Agent, 'sockets'>;
|
||||
/**
|
||||
* Get port from target
|
||||
* Using proxyRes.req.agent.sockets to determine the target port
|
||||
*/
|
||||
export declare function getPort(sockets?: Sockets): string | undefined;
|
||||
Reference in New Issue
Block a user