Refactor web websockets support (#97)

* Refactor ws handling
This commit is contained in:
Nikolay Kim 2022-01-23 19:56:56 +06:00 committed by GitHub
parent e5efdab4ed
commit 5d9a653f70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 356 additions and 727 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-util"
version = "0.1.10"
version = "0.1.11"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for ntex framework"
keywords = ["network", "framework", "async", "futures"]