class |
CompactPathRule |
Rewrite the URI by compacting to remove //
|
class |
CookiePatternRule |
Sets the cookie in the response whenever the rule finds a match.
|
class |
ForceRequestHeaderValueRule |
|
class |
ForwardedSchemeHeaderRule |
Set the scheme for the request
|
class |
HeaderPatternRule |
Sets the header in the response whenever the rule finds a match.
|
class |
HeaderRegexRule |
Rule to add a header based on a Regex match
|
class |
HeaderRule |
Abstract rule that matches against request headers.
|
class |
MsieSslRule |
MSIE (Microsoft Internet Explorer) SSL Rule.
|
class |
PatternRule |
Abstract rule that use a PathMap for pattern matching.
|
class |
RedirectPatternRule |
Issues a (3xx) Redirect response whenever the rule finds a match.
|
class |
RedirectRegexRule |
Issues a (3xx) Redirect response whenever the rule finds a match via regular expression.
|
class |
RegexRule |
Abstract rule to use as a base class for rules that match with a regular expression.
|
class |
ResponsePatternRule |
Sends the response code whenever the rule finds a match.
|
class |
RewritePatternRule |
Rewrite the URI by replacing the matched PathMap path with a fixed string.
|
class |
RewriteRegexRule |
Rewrite the URI by matching with a regular expression.
|
class |
RuleContainer |
Base container to group rules.
|
class |
TerminatingPatternRule |
If this rule matches, terminate the processing of other rules.
|
class |
TerminatingRegexRule |
If this rule matches, terminate the processing of other rules.
|
class |
ValidUrlRule |
This rule can be used to protect against invalid unicode characters in a url making it into applications.
|
class |
VirtualHostRuleContainer |
Groups rules that apply only to a specific virtual host
or sets of virtual hosts
|