A Rule has a priority. If a HTTP request matches the Rule, parser returns the priority corresponding to that rule.
Here is the syntax of the configuration used to building the parser
<conditions [defualtPriority = "int"]> <condition priority = ""> <and/> | <or> | <not> | <match> | <equal> </condition> </conditions>
|
|
|
|
|
|
|
|