nim-websock/websock
Dmitriy Ryajov 0ec755738c
Perform utf-8 validation at message boundaries (#90)
* validate utf8 at the message level

* move utf-8 validation to message

* rename `recv` to `recvMsg`

* add partial frame validation tests

* use `recvMsg` instead of `recv`
2021-08-04 10:23:56 -06:00
..
extensions add websock topic (#83) 2021-07-14 11:26:46 -06:00
http Make HttpServer a case object (#84) 2021-07-15 14:17:55 -06:00
extensions.nim rename nim-ws to nim-websock 2021-06-29 08:50:29 +07:00
frame.nim add websock topic (#83) 2021-07-14 11:26:46 -06:00
http.nim rename nim-ws to nim-websock 2021-06-29 08:50:29 +07:00
session.nim Perform utf-8 validation at message boundaries (#90) 2021-08-04 10:23:56 -06:00
types.nim Perform utf-8 validation at message boundaries (#90) 2021-08-04 10:23:56 -06:00
utf8dfa.nim rename nim-ws to nim-websock 2021-06-29 08:50:29 +07:00
utils.nim rename nim-ws to nim-websock 2021-06-29 08:50:29 +07:00
websock.nim "Host" header override (#87) 2021-07-28 11:54:09 -06:00