File indexing completed on 2025-09-16 08:29:32
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef BOOST_BEAST_HTTP_FILE_BODY_FWD_HPP
0011 #define BOOST_BEAST_HTTP_FILE_BODY_FWD_HPP
0012
0013 #include <boost/beast/http/basic_file_body_fwd.hpp>
0014
0015 #include <boost/beast/core/file.hpp>
0016
0017 namespace boost {
0018 namespace beast {
0019 namespace http {
0020
0021 #ifndef BOOST_BEAST_DOXYGEN
0022 using file_body = basic_file_body<file>;
0023 #endif
0024
0025 }
0026 }
0027 }
0028
0029 #endif