rpc ~master (2019-04-11T21:28:52Z)
Dub
Repo
RpcIdTypeAttribute
rpc
core
Allow to specify the id type used by some rpc protocol (like json-rpc 2.0)
package
struct
RpcIdTypeAttribute (
T
)
if
(
is
(
T
==
int
) ||
is
(
T
==
string
)
) {
alias
idType
=
T
;
}
Members
Aliases
idType
alias
idType
=
T
Undocumented in source.
Meta
Source
See Implementation
rpc
core
aliases
RpcErrorHandler
RpcRequestHandler
rpcIdType
classes
HttpRpcClient
HttpRpcServer
IdGenerator
RawRpcClient
RawRpcServer
RpcException
RpcInterfaceSettings
RpcNotConnectedException
RpcParsingException
RpcTimeoutException
UnhandledRpcMethod
enums
ShouldFail
hasRpcArrayParams
functions
rpcMethod
rpcObjectParams
interfaces
IIdGenerator
IRpcClient
IRpcRequest
IRpcResponse
IRpcServer
IRpcServerOutput
properties
noRpcMethod
rpcArrayParams
structs
NoRpcMethodAttribute
RpcArrayParams
RpcIdTypeAttribute
RpcMethodAttribute
RpcMethodObjectParams
Allow to specify the id type used by some rpc protocol (like json-rpc 2.0)