reinhardt-websockets 0.2.2

WebSocket support for real-time bidirectional communication
Documentation
1
2
3
4
5
//! WebSocket endpoint metadata — re-exported from `reinhardt-core::ws`.

pub use reinhardt_core::ws::{
	WebSocketEndpointInfo, WebSocketEndpointMetadata, substitute_ws_params,
};