humphrey_ws

Crates.iohumphrey_ws
lib.rshumphrey_ws
version0.5.1
sourcesrc
created_at2021-11-13 15:03:51.174433
updated_at2023-10-11 20:12:36.022651
descriptionWebSocket support for the Humphrey web server.
homepagehttps://github.com/w-henderson/Humphrey
repositoryhttps://github.com/w-henderson/Humphrey
max_upload_size
id481433
size67,032
William Henderson (w-henderson)

documentation

README

Humphrey WebSocket

WebSocket support for the Humphrey web server.
Guide ยท API Reference



Humphrey WebSocket is a crate which extends Humphrey Core with WebSocket support by hooking into the latter's WebsocketHandler trait. It handles the WebSocket handshake and framing protocol and provides a simple and flexible API for sending and receiving messages. Using Humphrey's generic Stream type, it supports drop-in TLS. It also has no dependencies in accordance with Humphrey's goals of being dependency-free.

Learn more about Humphrey WebSocket here.

Commit count: 601

cargo fmt