28 #ifndef WEBSOCKETPP_CONFIG_ASIO_TLS_CLIENT_HPP
29 #define WEBSOCKETPP_CONFIG_ASIO_TLS_CLIENT_HPP
31 #include <websocketpp/config/core_client.hpp>
32 #include <websocketpp/transport/asio/endpoint.hpp>
33 #include <websocketpp/transport/asio/security/tls.hpp>
36 #include <websocketpp/config/asio_no_tls_client.hpp>
77 #endif // WEBSOCKETPP_CONFIG_ASIO_TLS_CLIENT_HPP
Client config with asio transport and TLS enabled.
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.
Boost Asio based endpoint transport component.
TLS enabled Boost ASIO endpoint socket component.
Thread safe non-deterministic random integer generator.
Stores, parses, and manipulates HTTP requests.
Client config with iostream transport.