nim-websock/ws
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
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 add accepts api (#51) 2021-06-14 17:20:28 -06: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 implement frame reader for buffered payload (#55) 2021-06-14 13:41:31 -06: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 required to allow autobahn client works 2021-06-12 13:51:50 +07:00