28 #ifndef WEBSOCKETPP_CONFIG_ASIO_CLIENT_HPP
29 #define WEBSOCKETPP_CONFIG_ASIO_CLIENT_HPP
31 #include <websocketpp/config/core_client.hpp>
32 #include <websocketpp/transport/asio/endpoint.hpp>
73 #endif // WEBSOCKETPP_CONFIG_ASIO_CLIENT_HPP
Asio based endpoint transport component.
Concurrency policy that uses std::mutex / boost::mutex.
Stores, parses, and manipulates HTTP responses.
Basic logger that outputs to an ostream.
Namespace for the WebSocket++ project.
Represents a buffer for a single WebSocket message.
Basic ASIO endpoint socket component.
Thread safe non-deterministic random integer generator.
Stores, parses, and manipulates HTTP requests.
Client config with asio transport and TLS disabled.
Client config with iostream transport.