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.
RESTINIO_NODISCARD bool finalized() const noexcept
bool check_utf8_is_correct(string_view_t sv) noexcept
run_on_this_thread_settings_t< Traits > on_this_thread()
A special marker for the case when http_server must be run on the context of the current thread.
nonstd::string_view string_view_t
An implementation of checker for UTF-8 sequences.