28 #ifndef WEBSOCKETPP_CONFIG_CORE_HPP
29 #define WEBSOCKETPP_CONFIG_CORE_HPP
32 #include <websocketpp/common/platforms.hpp>
33 #include <websocketpp/common/cpp11.hpp>
34 #include <websocketpp/common/stdint.hpp>
37 #include <websocketpp/concurrency/basic.hpp>
40 #include <websocketpp/transport/iostream/endpoint.hpp>
43 #include <websocketpp/http/request.hpp>
44 #include <websocketpp/http/response.hpp>
47 #include <websocketpp/message_buffer/message.hpp>
48 #include <websocketpp/message_buffer/alloc.hpp>
51 #include <websocketpp/logger/basic.hpp>
52 #include <websocketpp/logger/levels.hpp>
55 #include <websocketpp/random/none.hpp>
58 #include <websocketpp/endpoint_base.hpp>
59 #include <websocketpp/connection_base.hpp>
62 #include <websocketpp/extensions/permessage_deflate/disabled.hpp>
79 typedef message_buffer::message<message_buffer::alloc::con_msg_manager>
84 endpoint_msg_manager_type;
101 typedef type::concurrency_type concurrency_type;
103 typedef type::alog_type alog_type;
104 typedef type::request_type request_type;
105 typedef type::response_type response_type;
261 typedef core::request_type request_type;