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

THTTPHeader.GetVariableHeaderType

Gets the HTTP variable type for a header field name

Declaration

Source position: httpdefs.pp line 393

public class function THTTPHeader.GetVariableHeaderType(

  const aName: string

):THTTPVariableType;

Arguments

aName

  

Header field name to get the variable type for

Function result

HTTP variable type corresponding to the header field name

Description

GetVariableHeaderType returns the HTTP variable type corresponding to a given header field name. This provides reverse mapping from header field strings to enumerated types.


Documentation generated on: Jan 16 2026