JSONRPC.makeResponse

When a server has received and processed a request, it is expected to send a response. If you did not want a response then you need to have sent a Notification instead. - result: The return value of the function which was called. - id: The ID of the request this response is targeted to.

struct JSONRPC
@nogc nothrow
Dictionary
makeResponse
(
VariantArg0
VariantArg1
)
(
in VariantArg0 result
,
in VariantArg1 id
)

Meta