Name |
Description |
BodyContentRule |
A class representing a Stump rule that examines the content of the body using text evaluations for an HTTP request. |
BodyContentRuleTests |
|
BodyLengthRule |
A class representing a Stump rule that evaluates the length of the body of an HTTP request. |
BodyLengthRuleTests |
|
BodyMatchRule |
A class representing a Stump rule that evaluates the exact content of the body of an HTTP request. |
BodyMatchRuleTests |
|
HeaderRule |
A class representing a Stump rule that evaluates the headers of an HTTP request. |
HeaderRuleTests |
|
HttpMethodRule |
A class representing a Stump rule that evaluates the HTTP method of an HTTP request. |
HttpMethodRuleTests |
|
UrlRule |
A class representing a Stump rule that evaluates the URL of an HTTP request. |
UrlRuleTests |
|