nim-json-rpc/json_rpc
Etan Kissling c8cbe08de7 align `nim-websock` support with `news`
To allow switching between `news` and `nim-websock` in `nimbus-eth2`,
add support for the missing CORS and JWT authorization headers to the
`nim-websock` backend. Also transition from `StringTableRef` to
`HttpTable` to properly support multiple instances of same header name.
2022-09-05 22:44:06 +07:00
..
clients align `nim-websock` support with `news` 2022-09-05 22:44:06 +07:00
servers add rng param to rpcWebsocketServer constructor 2022-07-27 09:46:36 +07:00
client.nim enable `styleCheck:usages` (#135) 2022-04-08 10:25:41 +02:00
errors.nim Chronos HTTP(S) Server (#111) 2021-11-22 15:14:30 +02:00
jsonmarshal.nim enable `styleCheck:usages` (#135) 2022-04-08 10:25:41 +02:00
router.nim fix invalid raises annotations (#132) 2022-03-21 15:19:49 +01:00
rpcclient.nim Websocket client support and some fixes 2019-06-12 20:53:15 +03:00
rpcproxy.nim implement hook to handle CORS and JWT auth 2022-07-17 23:06:08 +07:00
rpcsecureserver.nim Chronos HTTP(S) Server (#111) 2021-11-22 15:14:30 +02:00
rpcserver.nim implement json rpc websocket server 2021-06-23 18:44:33 +07:00
server.nim Allow dynamic RPC method names in the 'rpc' macro 2021-11-24 15:57:46 +02:00