Client websocket c++ example

is there is any clear example to open a websocket connection with a server application
using c++ code

thanks

take a look at this plugin,
https://github.com/feixuwu/UEWebsocket
there’s a demo level with blueprint to connect and send receive data from wss://echo.websocket.org