Unit 'HTTPRoute' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

RouteMethodToString

Converts route method enumeration to string

Declaration

Source position: httproute.pp line 291

function RouteMethodToString(

  R: TRouteMethod

):string;

Arguments

R

  

Route method enumeration to convert

Function result

String representation of the HTTP method

Description

RouteMethodToString converts a TRouteMethod enumeration value to its string representation. It returns standard HTTP method names like "GET", "POST", etc.


Documentation generated on: Jan 27 2026