Gets the header field name for an HTTP variable type
Source position: httpdefs.pp line 392
public class function THTTPHeader.GetVariableHeaderName( |
AVariable: THTTPVariableType |
):string; |
AVariable |
|
HTTP variable type to get the header name for |
Header field name corresponding to the variable type
GetVariableHeaderName returns the HTTP header field name corresponding to a given HTTP variable type. This provides the mapping from enumerated types to header field strings.