mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-03 14:39:26 +08:00
- Added `ClientRequestMetadata` struct to capture client IP, `X-Forwarded-For` headers, and user agent. - Implemented metadata extraction in HTTP handlers and propagation through context. - Updated Redis queue plugin to include client request metadata in payloads. - Added tests to validate metadata extraction and inclusion in request contexts.