28 #ifndef WEBSOCKETPP_TRANSPORT_BASE_HPP
29 #define WEBSOCKETPP_TRANSPORT_BASE_HPP
31 #include <websocketpp/common/cpp11.hpp>
32 #include <websocketpp/common/connection_hdl.hpp>
33 #include <websocketpp/common/functional.hpp>
34 #include <websocketpp/common/system_error.hpp>
35 #include <websocketpp/uri.hpp>
82 #endif // WEBSOCKETPP_TRANSPORT_BASE_HPP
lib::function< void(lib::error_code const &)> accept_handler
The type and signature of the callback passed to the accept method.
Namespace for the WebSocket++ project.
lib::function< void(lib::error_code const &)> connect_handler
The type and signature of the callback passed to the connect method.