nim-json-rpc/json_rpc
Joe Clapis 831471f6d4
Added the ability to handle omitted params fields in incoming requests, and a unit test for it (#94)
2021-02-07 20:27:34 +01:00
..
clients updated news 2020-05-08 16:13:00 +03:00
servers print url in log startup message (#89) 2021-01-07 10:42:26 +01:00
client.nim enable cross-compilation 2021-02-03 21:36:08 +02:00
errors.nim Improved handling of invalid responses; Handle seq[byte] results such as `eth_getCode` 2020-06-19 20:42:49 +03:00
jsonmarshal.nim Added marshalling support for uint32 (#88) 2020-11-16 15:45:53 +01:00
router.nim Added the ability to handle omitted params fields in incoming requests, and a unit test for it (#94) 2021-02-07 20:27:34 +01:00
rpcclient.nim Websocket client support and some fixes 2019-06-12 20:53:15 +03:00
rpcserver.nim fix the package structure to make Nimble happy 2018-07-20 19:34:10 +03:00
server.nim Refactor the router to allow bypassing the use of std/json 2020-03-17 20:38:52 +02:00