Gets a header field value by field name
Source position: httpdefs.pp line 390
public function THTTPHeader.GetFieldByName( |
const AName: string |
):string; |
AName |
|
Name of the header field to retrieve |
Value of the header field or empty string if not found
GetFieldByName retrieves a header field value using the field name as a string. Returns an empty string if the field is not found.