Lines Matching full:boost
8 #include <boost/beast/core/buffers_to_string.hpp>
9 #include <boost/beast/core/file_base.hpp>
10 #include <boost/beast/core/file_posix.hpp>
11 #include <boost/beast/http/serializer.hpp>
12 #include <boost/beast/http/status.hpp>
27 res.result(boost::beast::http::status::ok); in addHeaders()
33 EXPECT_EQ(res.result(), boost::beast::http::status::ok); in verifyHeaders()
36 std::string getData(boost::beast::http::response<bmcweb::HttpBody>& m) in getData()
40 boost::beast::http::response_serializer<bmcweb::HttpBody> sr{m}; in getData()
44 [&sr, &ret](const boost::system::error_code& ec2, const auto& buffer) { in getData()
46 std::string ret2 = boost::beast::buffers_to_string(buffer); in getData()
50 boost::system::error_code ec; in getData()
167 boost::beast::file_posix file; in TEST()
168 boost::system::error_code ec; in TEST()
169 file.open(temporaryFile.filePath.c_str(), boost::beast::file_mode::read, in TEST()
182 boost::beast::file_posix file; in TEST()
183 boost::system::error_code ec; in TEST()
184 file.open(temporaryFile.filePath.c_str(), boost::beast::file_mode::read, in TEST()