Converts route method enumeration to string
Source position: httproute.pp line 291
function RouteMethodToString( |
R: TRouteMethod |
):string; |
R |
|
Route method enumeration to convert |
String representation of the HTTP method
RouteMethodToString converts a TRouteMethod enumeration value to its string representation. It returns standard HTTP method names like "GET", "POST", etc.