ltm rule event WS CLIENT FRAMEΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
WS_CLIENT_FRAME
This event is raised when a new Websocket frame is encountered on client side.
DESCRIPTION
This event is raised to indicate the start of a Websocket frame received from the client.
Examples
when WS_CLIENT_FRAME {
set mask [expr { int(20 * rand()) }]
WS::frame insert 1 "abcdefghi" $mask
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-12.1.0
--First introduced the event.
BIG-IP 2022-04-12 iRule(1)