1
#pragma once
2

            
3
#include "envoy/common/regex.h"
4

            
5
namespace Envoy {
6
namespace Server {
7

            
8
Regex::EnginePtr createRegexEngine(const envoy::config::bootstrap::v3::Bootstrap& bootstrap,
9
                                   ProtobufMessage::ValidationVisitor& validation_visitor,
10
                                   Configuration::ServerFactoryContext& server_factory_context);
11

            
12
} // namespace Server
13
} // namespace Envoy