Returns the string name of an HTTP header.
Source position: httpprotocol.pp line 155
function HeaderName( |
AHeader: THeader |
):string; |
AHeader |
|
The header type to convert to string. |
The HTTP header name string.
Converts a THeader enumeration value to its corresponding HTTP header string.
|
Returns the header type for a given header string. |
|
|
Enumeration of standard HTTP 1.1 headers. |