nim-json-rpc/tests
andri lim 514049a287
Fix ws and socket client error handling and add test to #212 (#213)
2024-02-19 08:53:10 +07:00
..
private Move errors module back to json_rpc folder 2024-01-08 10:37:29 +07:00
all.nim Implement RPC batch call both in servers and clients 2024-01-31 13:13:41 +07:00
nim.cfg move `-d:nimRawSetjmp` to config.nims (#137) 2022-06-28 19:50:51 +07:00
test_batch_call.nim Add framework to support more optional types (#206) 2024-02-02 14:14:37 +07:00
test_callsigs.nim RPC server handle null return value correctly 2024-01-11 13:57:18 +07:00
test_client_hook.nim Fix ws and socket client error handling and add test to #212 (#213) 2024-02-19 08:53:10 +07:00
test_jrpc_sys.nim Improve both client and server resilience against fields and elements with null value (#195) 2024-01-17 14:10:05 +07:00
test_router_rpc.nim Add framework to support more optional types (#206) 2024-02-02 14:14:37 +07:00
testethcalls.nim Client also handle error message if id is null (#196) 2024-01-21 12:06:18 +07:00
testhook.nim HttpAuthHook use async raises 2024-01-27 18:00:02 +07:00
testhttp.nim Both http server and client now can handle chunked transfer 2024-01-12 17:05:55 +07:00
testhttps.nim Let the OS choose the port for tests 2024-01-07 15:33:43 +07:00
testproxy.nim Let the OS choose the port for tests 2024-01-07 15:33:43 +07:00
testrpcmacro.nim Improve both client and server resilience against fields and elements with null value (#195) 2024-01-17 14:10:05 +07:00
testserverclient.nim Let the OS choose the port for tests 2024-01-07 15:33:43 +07:00