| 27 | |
| 28 | #[derive(Debug, Default)] |
| 29 | struct PreparedProxyRequest { |
| 30 | body: Option<Vec<u8>>, |
| 31 | context_1m_target: Option<ClaudeCode1mTarget>, |
| 32 | } |
| 33 | |
| 34 | pub async fn proxy_request( |
| 35 | mut req: Request, |
nothing calls this directly
no outgoing calls
no test coverage detected