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

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

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

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

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