|  | Home | Libraries | People | FAQ | More | 
        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.