std.net.http.websocket
WebSockets.
This module provides various types for creating WebSocket client and servers.
Such sockets are not created directly but instead using the client and server
APIs provides by the std.net.http.client and std.net.http.server modules.
Types
| Value | Close | A type that represents the close code/status used in close frame. |
| Error | An error produced while reading a message. | |
| Message | A message returned by | |
| Websocket | A client or server WebSocket. |