1
#include "source/common/http/matching/status_code_input.h"
2

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

            
5
namespace Envoy {
6
namespace Http {
7
namespace Matching {
8
REGISTER_FACTORY(HttpResponseStatusCodeInputFactory, Matcher::DataInputFactory<HttpMatchingData>);
9
REGISTER_FACTORY(HttpResponseStatusCodeClassInputFactory,
10
                 Matcher::DataInputFactory<HttpMatchingData>);
11
REGISTER_FACTORY(HttpResponseLocalReplyInputFactory, Matcher::DataInputFactory<HttpMatchingData>);
12

            
13
} // namespace Matching
14
} // namespace Http
15
} // namespace Envoy