Array constant containing HTTP method name strings
Source position: httproute.pp line 296
const RouteMethodNames: array [TRouteMethod] of string = ('', '', 'GET', 'POST', 'PUT', 'DELETE', 'OPTIONS', 'HEAD', 'TRACE', 'PATCH'); |
RouteMethodNames is an array constant that maps TRouteMethod enumeration values to their string representations. It provides the standard HTTP method names used for string conversion operations.