dls v0.12.0 (2018-09-17T20:08:40Z)
Dub
Repo
send
dls
protocol
jsonrpc
Undocumented in source. Be warned that the author may not have intended to support it.
string
send
(string method, Nullable!JSONValue params)
string
send
(string method, T params)
string
send
(
T
)
(
string
method
,
T
params
)
if
(
!
is
(
T
:
Nullable
!
JSONValue
)
)
void
send
(JSONValue id, Nullable!JSONValue result, Nullable!ResponseError error)
Meta
Source
See Implementation
dls
protocol
jsonrpc
classes
CancelParams
InvalidParamsException
Message
NotificationMessage
RequestMessage
ResponseError
ResponseMessage
enums
ErrorCodes
functions
send
sendError