Axum-based HTTP server and API gateway for systemprompt.io AI governance infrastructure. Exposes governed agents, MCP, A2A, and admin endpoints with rate limiting and RBAC.
//! Request-context extraction abstractions.
//!//! Defines the [`ContextExtractor`] trait that the context middleware uses to
//! derive a `RequestContext` from request headers or body.
pubmodtraits;pubusetraits::ContextExtractor;