ktor-server-websockets
Toggle table of contents
3.2.1
common
Platform filter
common
Switch theme
Search in API
ktor-server-websockets
ktor-server-websockets
/
io.ktor.server.websocket
/
WebSockets
/
Plugin
/
EXTENSIONS_KEY
EXTENSIONS_
KEY
val
EXTENSIONS_KEY
:
AttributeKey
<
List
<
WebSocketExtension
<
*
>
>
>
(
source
)
Key for saving configured WebSocket extensions for the specific call.
Report a problem