Moves one route before another
Source position: httproute.pp line 277
public function THTTPRouter.MoveRouteBefore( |
aRoute1: THTTPRoute; |
aRoute2: THTTPRoute |
):Boolean; |
aRoute1 |
|
Route to move |
aRoute2 |
|
Target route to move before |
True if routes were moved successfully
MoveRouteBefore repositions one route to execute before another route in the processing order. This allows fine-tuning of route evaluation priority.