我正在尝试将 req 传递给方法。我的代码是:
void handle_request(boost::beast::string_view doc_root, http::request<http::string_body> req, Send send)
{
some code here
}
但是当我尝试编译它时,我收到了这个错误:
"Body requirements not met"
我该如何解决?
错误不是来自这些行,但如果我从代码中删除函数定义,它不会显示任何错误。
还有其他几个错误完全来自
beast\http\message.hpp.