完成中转仓管理
This commit is contained in:
3
datav/node_modules/http-proxy-middleware/dist/factory.d.ts
generated
vendored
Normal file
3
datav/node_modules/http-proxy-middleware/dist/factory.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import type { Options, RequestHandler, NextFunction } from './types';
|
||||
import type * as http from 'http';
|
||||
export declare function createProxyMiddleware<TReq = http.IncomingMessage, TRes = http.ServerResponse, TNext = NextFunction>(options: Options<TReq, TRes>): RequestHandler<TReq, TRes, TNext>;
|
||||
Reference in New Issue
Block a user