Expand description
JSON-RPC 2.0 server implementation with file descriptor passing.
Structs§
- Server
- A JSON-RPC 2.0 server with file descriptor passing support.
Type Aliases§
- Method
Handler - Handler function for JSON-RPC methods.
- Notification
Handler - Handler function for JSON-RPC notifications.