Record TBrookHTTPRequestMethodHelper
Unit
Declaration
type TBrookHTTPRequestMethodHelper = record helper for TBrookHTTPRequestMethod
Description
Type helper for HTTP verb conversion.
Overview
Fields
![]() |
nested const METHODS: array[TBrookHTTPRequestMethod] of string = ('Unknown', 'GET',
'POST', 'PUT', 'DELETE', 'PATCH', 'OPTIONS', 'HEAD'); |
Methods
![]() |
function ToString: string; inline; |
![]() |
function FromString(const AMethod: string): TBrookHTTPRequestMethod; inline; |
Description
Fields
![]() |
nested const METHODS: array[TBrookHTTPRequestMethod] of string = ('Unknown', 'GET',
'POST', 'PUT', 'DELETE', 'PATCH', 'OPTIONS', 'HEAD'); |
Holds the name of HTTP verbs. |
Methods
![]() |
function ToString: string; inline; |
Converts a |
![]() |
function FromString(const AMethod: string): TBrookHTTPRequestMethod; inline; |
Returns a |
Generated by PasDoc 0.16.0.