nim-websock/tests
Dmitriy Ryajov 5af418f850
add accepts api (#51)
* add accepts api

* Fix partial frame handling and allow extensions to hijack the flow (#56)

* moving files around

* wip

* wip

* move tls example into server example

* add tls functionality

* rename

* rename

* fix tests

* move extension related files to own folder

* use trace instead of debug

* export extensions

* rework partial frame handling and closing

* rework status codes as distincts

* logging

* re-enable extensions processing for frames

* enable all test for non-tls server

* remove tlsserver

* remove offset to mask - don't think we need it

* pass sessions extensions when calling send/recv

* adding encode/decode extensions flow test

* move server/client setup to helpers

* proper frame order execution on decode

* fix tls tests

* fix merge

* add tls support for `accept` call

* fix tests to use accepts & cb
2021-06-14 17:20:28 -06:00
..
extensions Fix partial frame handling and allow extensions to hijack the flow (#56) 2021-06-11 14:04:09 -06:00
asyncunit.nim Rework http (#38) 2021-05-31 20:39:14 -06:00
helpers.nim add accepts api (#51) 2021-06-14 17:20:28 -06:00
keys.nim WIP: Implement websocket TLS. (#7) 2021-04-13 16:05:58 -06:00
testcommon.nim Fix partial frame handling and allow extensions to hijack the flow (#56) 2021-06-11 14:04:09 -06:00
testextutils.nim Fix partial frame handling and allow extensions to hijack the flow (#56) 2021-06-11 14:04:09 -06:00
testframes.nim Extract session (#31) 2021-05-25 16:39:10 -06:00
testutf8.nim fixes failing utf8 test case 2021-06-12 13:39:24 +07:00
testwebsockets.nim add accepts api (#51) 2021-06-14 17:20:28 -06:00