fix(strcuture): refactor responsibilities

This commit is contained in:
2025-05-19 17:28:05 +00:00
parent 8fb67922a5
commit 465148d553
62 changed files with 1414 additions and 2066 deletions

View File

@ -0,0 +1,6 @@
/**
* This file re-exports HTTP types from the HttpProxy module
* for backward compatibility. All HTTP types are now consolidated
* in the HttpProxy module.
*/
export * from '../../proxies/http-proxy/models/http-types.js';