Skip to main content

Crate cloakpipe_proxy

Crate cloakpipe_proxy 

Source
Expand description

CloakPipe Proxy — OpenAI-compatible HTTP proxy with privacy middleware.

Intercepts requests to LLM APIs, detects and pseudonymizes sensitive entities in prompts, forwards the sanitized request, then rehydrates the response before returning it to the caller.

Modules§

handlers
HTTP request handlers for the proxy.
server
HTTP server setup and router configuration.
state
Shared application state for the proxy server.
streaming
SSE streaming rehydration for chat completion responses.