Logo
Explore Help
Sign In
logos-storage/nim-websock
1
0
Fork 0
You've already forked nim-websock
mirror of https://github.com/logos-storage/nim-websock.git synced 2026-01-05 23:23:10 +00:00
Code Issues Packages Projects Releases Wiki Activity
nim-websock/websock/extensions.nim

14 lines
422 B
Nim
Raw Normal View History

rename nim-ws to nim-websock
2021-06-27 13:35:36 +07:00
## nim-websock
fixes copyright header in each .nim file
2021-06-20 11:27:50 +07:00
## Copyright (c) 2021 Status Research & Development GmbH
## Licensed under either of
## * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
## * MIT license ([LICENSE-MIT](LICENSE-MIT))
## at your option.
## This file may not be copied, modified, or distributed except according to
## those terms.
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
2021-06-11 14:04:09 -06:00
import ./extensions/extutils
# import ./extensions/compression/compression
export extutils
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 32ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API