websocketpp/websocketpp/endpoint.hpp
connection_ptr get_con_from_hdl(connection_hdl hdl)
websocketpp/websocketpp/impl/connection_impl.hpp
lib::error_code connection::send(std::string const & payload, frame::opcode::value op)
server send
websocketpp/websocketpp/endpoint.hpp
void send(connection_hdl hdl, void const * payload, size_t len,
frame::opcode::value op, lib::error_code & ec)