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

RouteMethodNames

Array constant containing HTTP method name strings

Declaration

Source position: httproute.pp line 236

const RouteMethodNames: array [TRouteMethod] of string = ('', '', 'GET', 'POST', 'PUT', 'DELETE', 'OPTIONS', 'HEAD', 'TRACE');

Description

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.


Documentation generated on: Aug 28 2026 Report a problem on this page