MCPcopy Create free account
hub / github.com/LeenHawk/sgproxy / PreparedProxyRequest

Class PreparedProxyRequest

src/proxy.rs:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28#[derive(Debug, Default)]
29struct PreparedProxyRequest {
30 body: Option<Vec<u8>>,
31 context_1m_target: Option<ClaudeCode1mTarget>,
32}
33
34pub async fn proxy_request(
35 mut req: Request,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected