MCPcopy Create free account
hub / github.com/apache/trafficserver / rule

Method rule

plugins/header_rewrite/header_rewrite.cc:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 RuleSet *
110 rule(int hook) const
111 {
112 return _rules[hook];
113 }
114
115 bool parse_config(const std::string &fname, TSHttpHookID default_hook, char *from_url = nullptr, char *to_url = nullptr);
116

Callers 4

cont_rewrite_headersFunction · 0.80
TSPluginInitFunction · 0.80
TSRemapNewInstanceFunction · 0.80
TSRemapDoRemapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected