1
#include "source/extensions/matching/http/dynamic_modules/data_input.h"
2

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

            
5
namespace Envoy {
6
namespace Extensions {
7
namespace Matching {
8
namespace Http {
9
namespace DynamicModules {
10

            
11
REGISTER_FACTORY(HttpDynamicModuleDataInputFactory,
12
                 ::Envoy::Matcher::DataInputFactory<::Envoy::Http::HttpMatchingData>);
13

            
14
} // namespace DynamicModules
15
} // namespace Http
16
} // namespace Matching
17
} // namespace Extensions
18
} // namespace Envoy