mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-26 23:56:02 +08:00
65c96db0d1
Merge main branch's full URL mode feature (is_full_url, query passthrough, endpoint rewriting) while preserving this branch's hyper-based header-case preserving proxy forwarding. Conflict resolution strategy: - forwarder.rs: keep hyper-based inline header replacement, adopt URL utility functions and should_force_identity_encoding from main - handlers.rs: keep raw Request extractor for extensions access, extract URI from parts for query passthrough - stream_check.rs: import both transform modules (openai + responses)