Re-exports§
pub use jwks::JwksClient;pub use jwks::JwksError;
Modules§
- jwks
- JWKS (JSON Web Key Set) client for RSA token validation.
Structs§
- Auth
Config - Authentication configuration for the runtime.
- Auth
Middleware - Authentication middleware.
- Gateway
Config - Gateway server configuration.
- Gateway
Server - Gateway HTTP server.
- RpcError
- RPC error information.
- RpcHandler
- RPC handler for function invocations.
- RpcRequest
- RPC request body for function calls.
- RpcResponse
- RPC response for function calls.
- SseConfig
- SSE configuration.
- SseQuery
- SSE query parameters.
- SseState
- State for SSE handler.
- Tracing
Middleware - Tracing middleware marker type.
Enums§
- SsePayload
- SSE event payload sent to clients.
Functions§
- build_
auth_ context_ from_ claims - Build auth context from validated claims.
- rpc_
multipart_ handler - Handle multipart form data for RPC calls with file uploads.
- sse_
handler - SSE handler for GET /events.
- sse_
job_ subscribe_ handler - SSE job subscribe handler for POST /subscribe-job.
- sse_
subscribe_ handler - SSE subscribe handler for POST /subscribe.
- sse_
unsubscribe_ handler - SSE unsubscribe handler for POST /unsubscribe.
- sse_
workflow_ subscribe_ handler - SSE workflow subscribe handler for POST /subscribe-workflow.