mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Sync up convenience headers
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
Version 228:
|
||||
|
||||
* Fix UB in decorator:
|
||||
* Sync up convenience headers
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
|
||||
#include <boost/beast/core/detail/config.hpp>
|
||||
|
||||
#include <boost/beast/core/async_base.hpp>
|
||||
#include <boost/beast/core/basic_stream.hpp>
|
||||
#include <boost/beast/core/bind_handler.hpp>
|
||||
#include <boost/beast/core/buffer_size.hpp>
|
||||
@ -40,6 +41,8 @@
|
||||
#include <boost/beast/core/ostream.hpp>
|
||||
#include <boost/beast/core/rate_policy.hpp>
|
||||
#include <boost/beast/core/read_size.hpp>
|
||||
#include <boost/beast/core/role.hpp>
|
||||
#include <boost/beast/core/saved_handler.hpp>
|
||||
#include <boost/beast/core/span.hpp>
|
||||
#include <boost/beast/core/static_buffer.hpp>
|
||||
#include <boost/beast/core/static_string.hpp>
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include <boost/beast/websocket/option.hpp>
|
||||
#include <boost/beast/websocket/rfc6455.hpp>
|
||||
#include <boost/beast/websocket/stream.hpp>
|
||||
#include <boost/beast/websocket/stream_base.hpp>
|
||||
#include <boost/beast/websocket/stream_fwd.hpp>
|
||||
#include <boost/beast/websocket/teardown.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user