2
3
9#include <restinio/string_view.hpp>
10#include <restinio/utils/utf8_checker.hpp>
33 for(
const auto & ch : sv )
35 if( !checker.process_byte(
static_cast<std::uint8_t>(ch) ) )
Helper class for checking UTF-8 byte sequence during parsing URI or incoming byte stream.
bool finalized() const noexcept
bool check_utf8_is_correct(string_view_t sv) noexcept