-
feat(jshandler): add new plugin providing JavaScript-based interceptors and capabilities
发布于
2026-06-09 00:28:00 +00:00 | 669 次提交 在此版本后已推送到 main- Implemented
RequestInterceptor,ResponseInterceptor, andStreamChunkInterceptorusing embedded JavaScript. - Added support for configuring script paths, built-in script resolution, and safe execution.
- Introduced ABI lifecycle management, plugin registration, and execution monitoring.
- Enhanced with extensive test coverage for both plugin behavior and configuration logic.
下载附件
- Implemented