Documentation
Dlang.org
WebSocketConnection.sendTextMessage
handy_httpd
components
websocket
handler
WebSocketConnection
Sends a text message to the connected client.
class
WebSocketConnection
void
sendTextMessage
(
string
text
)
Parameters
text
string
The text to send. Should be valid UTF-8.
handy_httpd
components
websocket
handler
WebSocketConnection
functions
close
sendBinaryMessage
sendCloseMessage
sendTextMessage
variables
id
Sends a text message to the connected client.