mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
feat: refact wsServer, wsServerMgr, ruleLoader, systemProxyMgr into TS
This commit is contained in:
@@ -414,7 +414,7 @@ class RequestHandler {
|
||||
public wsIntercept: boolean;
|
||||
public connectReqHandler: () => void;
|
||||
private userRequestHandler: () => void;
|
||||
private wsHandler: () => void;
|
||||
private wsHandler: (wsClient: WebSocket, wsReq: http.IncomingMessage) => void;
|
||||
private httpsServerMgr: HttpsServerMgr;
|
||||
/**
|
||||
* Creates an instance of RequestHandler.
|
||||
|
||||
Reference in New Issue
Block a user