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 -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -