Skip to main content

Module protocol

Module protocol 

Source
Expand description

Control socket protocol types.

Line-delimited JSON protocol for the Unix domain socket. Each request is one JSON line, each response is one JSON line.

Structsยง

Request
A control request from a client.
Response
A control response to a client.