Returns the header type for a given header string.
Source position: httpprotocol.pp line 156
function HeaderType( |
AHeader: string |
):THeader; |
AHeader |
|
The HTTP header name string to parse. |
The header type, or hhUnknown if not recognized.
Converts an HTTP header string to its corresponding THeader enumeration value. Returns hhUnknown if the header is not recognized.
|
Returns the string name of an HTTP header. |
|
|
Enumeration of standard HTTP 1.1 headers. |