"backend/internal/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "77d916ffecf5c35b3794a463a9ef6ee7bc0d6bc8"
feat(upstream): passthrough all client headers instead of manual header setting
Replace manual header setting (Content-Type, anthropic-version, anthropic-beta) with full client header passthrough in ForwardUpstream/ForwardUpstreamGemini. Only authentication headers (Authorization, x-api-key) are overridden with upstream account credentials. Hop-by-hop headers are excluded. Add unit tests covering header passthrough, auth override, and hop-by-hop filtering.
Please register or sign in to comment