dls ~master (2018-04-11T19:17:54Z)
Dub
Repo
Server
dls
server
abstract
class
Server {
static
auto
send
(
string
method
,
Nullable
!
JSONValue
params
)
;
}
Members
Static functions
send
auto
send
(
string
method
,
Nullable
!
JSONValue
params
)
Sends a request or a notification message.
Meta
Source
See Implementation
dls
server
modules
protocol
server
tools
util