Expand description
Proxy module for pingora integration.
This module requires the server feature to be enabled.
Re-exports§
pub use context::ProxyContext;pub use core::CodexProxy;
Modules§
- context
- Proxy context data structures.
- context_
store - In-memory conversation context store for previous_response_id expansion.
- core
- Codex proxy core structures.
- filters
- Pingora ProxyHttp trait implementation.
- streaming_
handler - Streaming response handler for SSE conversion.