Crates.io | pipebuf_websocket |
lib.rs | pipebuf_websocket |
version | 0.2.0 |
source | src |
created_at | 2023-06-07 13:00:00.738508 |
updated_at | 2024-04-15 16:42:21.51182 |
description | PipeBuf support for websockets |
homepage | |
repository | https://github.com/uazu/pipebuf_websocket |
max_upload_size | |
id | 884745 |
size | 29,153 |
PipeBuf
support for websocketsThis handles the websocket protocol only, and is independent of the
transport or any other protocol layers below it (such as TLS). So
this can be combined with other crates such as pipebuf_mio
or
pipebuf_rustls
to meet different needs. It also supports protocol
detection, so that if the data does not appear to be a valid websocket
connection then it can be passed off to another protocol handler such
as HTTP.
See the crate documentation.
This project is licensed under either the Apache License version 2 or the MIT license, at your option. (See LICENSE-APACHE and LICENSE-MIT).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.