websocket - Does QWebSocketServer support path parsing? -



websocket - Does QWebSocketServer support path parsing? -

i sense qt's websocket implementation not care path send connect server, there no distinguishing between, say:

ws://localhost:1234/chatroom

and

ws://localhost:1234/echotest

is (uri path parsing) supported qwebsocketserver?

after digging found is, not via direct api call. when connection established, able obtain url of request, socket->requesturl(), can respond according url request sent.

websocket qt5

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -