Checks if route matches pattern and method
Source position: httproute.pp line 64
public function THTTPRoute.Matches( |
const APattern: string; |
AMethod: TRouteMethod; |
Options: TRouteOptions |
):Boolean; |
APattern |
|
URL pattern to match against |
AMethod |
|
HTTP method to match against |
Options |
|
Route matching options to apply |
True if route matches the criteria
Matches determines whether this route matches the specified URL pattern and HTTP method. It combines pattern and method matching to determine route eligibility.