問題タブ [beast-websockets]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
10 参照

beast-websockets - beast::websocket でリクエスト パスを取得する方法

次の beast::websocket の例が動作しています: https://www.boost.org/doc/libs/1_76_0/libs/beast/example/websocket/server/async/

そのコードから始めて、次のようにリクエストとクライアントを区別したいとします。

ws://mydomain.com/some_operation?channel=XXX

...このようなリクエストから

ws://mydomain.com/some_other_operation?channel=YYY

クライアントから送信されたリクエスト パスにアクセスするにはどうすればよいですか?