SoupServerWebsocketCallback

A callback used to handle WebSocket requests to a #SoupServer. The callback will be invoked after sending the handshake response back to the client (and is only invoked if the handshake was successful).

@path contains the path of the Request-URI, subject to the same rules as #SoupServerCallback (qv).

alias SoupServerWebsocketCallback = void function(SoupServer* server, SoupWebsocketConnection* connection, const(char)* path, SoupClientContext* client, void* userData)

Meta