IGraphQLHttpRequest.GetHeader Method
Returns the value of the specified HTTP header.
Syntax
Unit: GraphQL.Http.Interfaces
function IGraphQLHttpRequest.GetHeader(const Name: string): string; virtual; abstract;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | Name | string | The name of the HTTP headers which value must be returned. |