nim-websock/ws
jangko a96a123bfe
fixes related to extensions
- set RSV bits in frame.encode
- move ExtParams from extutils.nim to types.nim
- remodel extension factory type
- accept/reject extensions offer in server
- offer/accept extensions in client
2021-06-15 21:34:38 +07:00
..
extensions fixes related to extensions 2021-06-15 21:34:38 +07:00
http add accepts api (#51) 2021-06-14 17:20:28 -06:00
extensions.nim Fix partial frame handling and allow extensions to hijack the flow (#56) 2021-06-11 14:04:09 -06:00
frame.nim fixes related to extensions 2021-06-15 21:34:38 +07:00
http.nim add accepts api (#51) 2021-06-14 17:20:28 -06:00
session.nim implement frame reader for buffered payload (#55) 2021-06-14 13:41:31 -06:00
types.nim fixes related to extensions 2021-06-15 21:34:38 +07:00
utf8dfa.nim Fix partial frame handling and allow extensions to hijack the flow (#56) 2021-06-11 14:04:09 -06:00
utils.nim fixes required to allow autobahn client works 2021-06-12 13:51:50 +07:00
ws.nim fixes related to extensions 2021-06-15 21:34:38 +07:00