Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-09-15 08:30:17

0001 //
0002 // Copyright (c) 2024 Mohammad Nejati
0003 //
0004 // Distributed under the Boost Software License, Version 1.0. (See accompanying
0005 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 //
0007 // Official repository: https://github.com/boostorg/beast
0008 //
0009 
0010 #ifndef BOOST_BEAST_HTTP_BASIC_FILE_BODY_FWD_HPP
0011 #define BOOST_BEAST_HTTP_BASIC_FILE_BODY_FWD_HPP
0012 
0013 namespace boost {
0014 namespace beast {
0015 namespace http {
0016 
0017 template<class File>
0018 struct basic_file_body;
0019 
0020 } // http
0021 } // beast
0022 } // boost
0023 
0024 #endif