-
refactor(runtime): enhance `NewUtlsHTTPClient` with context-based RoundTripper
发布于
2026-06-02 22:58:26 +00:00 | 715 次提交 在此版本后已推送到 main- Updated
NewUtlsHTTPClientto support context-aware RoundTrippers for protected hosts (e.g., Cloudflare bypass). - Replaced
anthropicHostswithutlsProtectedHoststo generalize host handling logic. - Added unit test to validate context-based RoundTripper behavior.
- Replaced
NewProxyAwareHTTPClientwithNewUtlsHTTPClientin relevant executors for improved TLS fingerprinting.
Closes: #3680
下载附件
- Updated