Skip to main content

Module server

Module server 

Source
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§

MethodHandler
Handler function for JSON-RPC methods.
NotificationHandler
Handler function for JSON-RPC notifications.