1
#include "source/extensions/common/matcher/domain_matcher.h"
2

            
3
#include "envoy/registry/registry.h"
4

            
5
namespace Envoy {
6
namespace Extensions {
7
namespace Common {
8
namespace Matcher {
9

            
10
REGISTER_FACTORY(NetworkDomainMatcherFactory,
11
                 ::Envoy::Matcher::CustomMatcherFactory<Network::MatchingData>);
12
REGISTER_FACTORY(HttpDomainMatcherFactory,
13
                 ::Envoy::Matcher::CustomMatcherFactory<Http::HttpMatchingData>);
14

            
15
} // namespace Matcher
16
} // namespace Common
17
} // namespace Extensions
18
} // namespace Envoy