trying to port web app starter from PHP
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
:sig
|
||||
bool ws_is_binary()
|
||||
|
||||
:params
|
||||
return value : true if the current WebSocket message is binary
|
||||
|
||||
:desc
|
||||
Returns whether the message currently being handled by `WS(Request& context)` arrived as a binary frame.
|
||||
|
||||
If this returns `false`, the current message was delivered as a text frame.
|
||||
|
||||
:see
|
||||
>websocket
|
||||
Reference in New Issue
Block a user