nim-websock/examples
jangko a60dbd5dc9
fixes required to allow autobahn client works
- send requestUrl.query in client.nim
- fixes genMaskKey bug in utils.nim
- using Base64Pad instead of Base64 in `connect` proc
- add `host` field to request HTTP header in `connect` proc
- add missing `secure` param in `connect` proc

fixes #32
2021-06-12 13:51:50 +07:00
..
autobahn_client.nim fixes required to allow autobahn client works 2021-06-12 13:51:50 +07:00
client.nim Fix partial frame handling and allow extensions to hijack the flow (#56) 2021-06-11 14:04:09 -06:00
server.nim Fix partial frame handling and allow extensions to hijack the flow (#56) 2021-06-11 14:04:09 -06:00