Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

THTTPHeader.GetCustomHeader

Gets a custom header field value by name

Declaration

Source position: httpdefs.pp line 397

public function THTTPHeader.GetCustomHeader(

  const Name: string

):string; virtual;

Arguments

Name

  

Name of the custom header field

Function result

Value of the custom header field

Description

GetCustomHeader retrieves the value of a custom (non-standard) HTTP header field. Custom headers are typically application-specific extensions to the standard HTTP headers.


Documentation generated on: Jan 16 2026