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/message.hpp>
12 #include <boost/beast/http/serializer.hpp>
13 #include <boost/beast/http/status.hpp>
26 res.result(boost::beast::http::status::ok); in addHeaders()
32 EXPECT_EQ(res.result(), boost::beast::http::status::ok); in verifyHeaders()
35 std::string getData(boost::beast::http::response<bmcweb::HttpBody>& m) in getData()
39 boost::beast::http::response_serializer<bmcweb::HttpBody> sr{m}; in getData()
43 [&sr, &ret](const boost::system::error_code& ec2, const auto& buffer) { in getData()
45 std::string ret2 = boost::beast::buffers_to_string(buffer); in getData()
49 boost::system::error_code ec; in getData()
163 boost::beast::file_posix file; in TEST()
164 boost::system::error_code ec; in TEST()
165 file.open(temporaryFile.stringPath.c_str(), boost::beast::file_mode::read, in TEST()
178 boost::beast::file_posix file; in TEST()
179 boost::system::error_code ec; in TEST()
180 file.open(temporaryFile.stringPath.c_str(), boost::beast::file_mode::read, in TEST()