if (!Runtime::runtimeFeatureEnabled("envoy.reloadable_features.remove_legacy_route_formatter")) {
std::string final_header_value = HeaderParser::translateMetadataFormat(header_value.value());
auto formatter_or_error = parseHttpHeaderFormatter(header_value_option.header(), command_parsers);
HeaderParser::configure(const Protobuf::RepeatedPtrField<HeaderValueOption>& headers_to_add) {
absl::InlinedVector<std::pair<const Http::LowerCaseString&, const std::string>, 4> headers_to_add,
// depending whether stream_info and valid or nullptr. Based on performance tests implemented in
// header_formatter_speed_test.cc this approach strikes the best balance between performance and
Http::HeaderTransforms HeaderParser::getHeaderTransforms(const StreamInfo::StreamInfo& stream_info,