Expand description
Request handling and routing
Routes JSON-RPC requests to appropriate method handlers
Structs§
- Request
Context - Request context passed to handlers
Functions§
- error_
response - Builds an error response
- method_
not_ found - Builds a method not found error response
- require_
initialization - Validates that session is initialized for methods that require it
- success_
response - Builds a success response
Type Aliases§
- Handler
Future - Future type for async handlers
- Handler
Result - Result type for handlers