Commit graph

6 commits

Author SHA1 Message Date
Calin Culianu
4ef96a9ae5
more nits 2019-11-09 14:17:32 +02:00
Calin Culianu
e07f7be562
Added support for "named" (kwargs) params. Eg "params" : { .. }
This should hopefully fully complete our implementation to support
JSON-RPC 2.0 without batching.  We still are missing batching but at
least now we implement the non-batching portion of the spec more
completely.
2019-11-09 13:08:36 +02:00
Calin Culianu
1dc1373922
nit 2019-11-09 03:30:10 +02:00
Calin Culianu
20066bff04
Put the JSON RPC error codes in an enum, and used it 2019-11-09 03:26:21 +02:00
Calin Culianu
81a323f9c0
Nits and fixups for "Server" class
Put its rpc dispatch tables in a "StaticData" namespace
2019-11-09 00:04:28 +02:00
Calin Culianu
724d7d3366
Refactorings 2019-11-08 17:11:58 +02:00
Renamed from TcpServer.cpp (Browse further)