-
Refactor API handlers and proxy logic
发布于
2025-07-10 09:45:28 +00:00 - Centralized
getClientlogic into a dedicated function to reduce redundancy. - Moved proxy initialization to a new utility function
SetProxyininternal/util/proxy.go. - Replaced
Internalhandler withCLIHandlerinserver.gofor improved clarity and consistency. - Removed unused functions and redundant HTTP client setup across the codebase for better maintainability.
下载附件
- Centralized