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