Skip to main content

Module dispatch

Module dispatch 

Source
Expand description

HTTP dispatch layer — JSON-RPC and REST routing.

Modules§

cors
CORS (Cross-Origin Resource Sharing) configuration for A2A dispatchers.
jsonrpc
JSON-RPC 2.0 dispatcher.
rest
REST dispatcher.

Structs§

CorsConfig
CORS configuration for A2A dispatchers.
JsonRpcDispatcher
JSON-RPC 2.0 request dispatcher.
RestDispatcher
REST HTTP request dispatcher.