Finds the default route for a method
Source position: httproute.pp line 233
public function THTTPRouter.FindDefaultRoute( |
AMethod: TRouteMethod |
):THTTPRoute; |
AMethod |
|
HTTP method to find default route for |
Default route for the method or nil
FindDefaultRoute searches for the default route that handles the specified HTTP method. It returns the first route marked as default for the given method.