Gets a custom header field value by name
Source position: httpdefs.pp line 397
public function THTTPHeader.GetCustomHeader( |
const Name: string |
):string; virtual; |
Name |
|
Name of the custom header field |
Value of the custom header field
GetCustomHeader retrieves the value of a custom (non-standard) HTTP header field. Custom headers are typically application-specific extensions to the standard HTTP headers.