HTTPJsonRPCServer

An http json-rpc server.

More...

Constructors

this
this(URLRouter router, string path)
Undocumented in source.

Members

Functions

buildResponseFromException
JsonRPCResponse!TId buildResponseFromException(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
registerInterface
void registerInterface(I instance, RPCInterfaceSettings settings)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
void tick()
Undocumented in source. Be warned that the author may not have intended to support it.

Detailed Description

Template Params

TId = The type to use for request and response json-rpc id. An http json-rpc client

Meta