Request.this

Construct a Request with the specified remote method name and arguments.

More...

Parameters

id T

The ID number of this request.

method string

The name of the remote method to call.

params string

A JSON string containing the method arguments as a JSON Object or array.

Detailed Description

Template Parameters

T = The type of the request ID.

Throws

std.json.JSONException if the json string cannot be parsed.

Meta