json_rpc.request

JSON-RPC 2.0 Protocol<br>

This module contain JSON-RPC 2.0 request

Members

Manifest constants

example1
enum example1;
Undocumented in source.
example2
enum example2;
Undocumented in source.
example3
enum example3;
Undocumented in source.
example4
enum example4;
Undocumented in source.
example5
enum example5;
Undocumented in source.
example6
enum example6;
Undocumented in source.
example7
enum example7;
Undocumented in source.
example8
enum example8;
Undocumented in source.

Static variables

invalidParamsReq
RpcRequest invalidParamsReq;
Undocumented in source.
methodNotFoundReq
RpcRequest methodNotFoundReq;
Undocumented in source.
normalReq
RpcRequest normalReq;
Undocumented in source.
notificationReq
RpcRequest notificationReq;
Undocumented in source.

Structs

RpcRequest
struct RpcRequest

structure describes JSON-RPC 2.0 request

See Also

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

Zaramzan <shamyan.roman@gmail.com>