| Interface | Description |
|---|---|
| Matcher |
To match requests.
|
| MatchingChecker |
The way to check requests matching.
|
| Class | Description |
|---|---|
| HeaderMatcher |
Matching on a HTTP header.
|
| HttpMethodMatcher |
Matching on HTTP methods.
|
| PathMatcher |
Matches all request paths except whitelisted (excluded) paths.
|
| RequireAllMatchersChecker |
Check that all matchers are satisfied.
|
Copyright © 2018. All rights reserved.