45using websocketpp::lib::placeholders::_1;
46using websocketpp::lib::placeholders::_2;
47using websocketpp::lib::bind;
Client endpoint role based on the given config.
lib::shared_ptr< message > ptr
Server endpoint role based on the given config.
websocketpp::config::core::message_type::ptr message_ptr
websocketpp::server< websocketpp::config::core > server
void echo_func(server *s, websocketpp::connection_hdl hdl, message_ptr msg)
std::string run_server_test(std::string input, bool log=false)
websocketpp::client< websocketpp::config::core > client
websocketpp::config::asio_tls_client::message_type::ptr message_ptr
lib::weak_ptr< void > connection_hdl
A handle to uniquely identify a connection.