Lines
100 %
Functions
#include "source/extensions/common/matcher/domain_matcher.h"
#include "envoy/registry/registry.h"
namespace Envoy {
namespace Extensions {
namespace Common {
namespace Matcher {
REGISTER_FACTORY(NetworkDomainMatcherFactory,
::Envoy::Matcher::CustomMatcherFactory<Network::MatchingData>);
REGISTER_FACTORY(HttpDomainMatcherFactory,
::Envoy::Matcher::CustomMatcherFactory<Http::HttpMatchingData>);
} // namespace Matcher
} // namespace Common
} // namespace Extensions
} // namespace Envoy