Checks if route matches HTTP method
Source position: httproute.pp line 66
public function THTTPRoute.MatchMethod( |
const AMethod: TRouteMethod |
):Boolean; |
AMethod |
|
HTTP method to check |
True if method matches
MatchMethod determines whether this route handles the specified HTTP method. It compares the route's method against the request method.