rpc v1.1.0 (2018-09-06T18:10:46Z)
Dub
Repo
RPCRequestHandler
rpc
core
A RPC request handler
alias
RPCRequestHandler
(
TRequest
,
TResponse
)
=
void
delegate
(
TRequest
req
,
IRPCServerOutput
!
TResponse
serv
)
@
safe
Meta
Source
See Implementation
rpc
core
aliases
RPCErrorHandler
RPCRequestHandler
rpcIdType
classes
HttpRPCClient
HttpRPCServer
IdGenerator
RPCException
RPCInterfaceSettings
RPCNotConnectedException
RPCParsingException
RPCTimeoutException
RawRPCClient
RawRPCServer
UnhandledRPCMethod
functions
noRpcMethod
rpcMethod
rpcObjectParams
interfaces
IIdGenerator
IRPCClient
IRPCRequest
IRPCResponse
IRPCServer
IRPCServerOutput
structs
NoRPCMethodAttribute
RPCIdTypeAttribute
RPCMethodAttribute
RPCMethodObjectParams
A RPC request handler