Gets the value of a specific header field
Source position: httpdefs.pp line 386
public function THTTPHeader.GetHeader( |
AHeader: THeader |
):string; |
AHeader |
|
Header field type to retrieve |
Value of the header field or empty string if not set
GetHeader retrieves the value of a specific HTTP header field. Returns an empty string if the header field is not set.