* Find the start of the previous segment within the path. The start of the previous segment is the
// Make a copy of the original path and then create a readonly string_view to it. The string_view
// Update the :path header. We need to honor the normalized path and the original query/fragment
PathNormalizer::PathNormalizationResult PathNormalizer::decodePass(std::string& path) const {
Runtime::runtimeFeatureEnabled("envoy.reloadable_features.uhv_allow_malformed_url_encoding");
PathNormalizer::PathNormalizationResult PathNormalizer::mergeSlashesPass(std::string& path) const {