fix(strcuture): refactor responsibilities
This commit is contained in:
13
ts/proxies/http-proxy/index.ts
Normal file
13
ts/proxies/http-proxy/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* HttpProxy implementation
|
||||
*/
|
||||
// Re-export models
|
||||
export * from './models/index.js';
|
||||
|
||||
// Export HttpProxy and supporting classes
|
||||
export { HttpProxy } from './http-proxy.js';
|
||||
export { CertificateManager } from './certificate-manager.js';
|
||||
export { ConnectionPool } from './connection-pool.js';
|
||||
export { RequestHandler } from './request-handler.js';
|
||||
export type { IMetricsTracker, MetricsTracker } from './request-handler.js';
|
||||
export { WebSocketHandler } from './websocket-handler.js';
|
Reference in New Issue
Block a user