...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Returns true
if a parsed list
is parsed without errors.
Defined in header <boost/beast/http/rfc7230.hpp>
template< class Policy> bool validate_list( detail::basic_parsed_list< Policy > const& list);
This function iterates a single pass through a parsed list and returns true
if there were no parsing errors, else
returns false
.