IGraphQLHttpResponse.SetHeader Method
Sets the value of the specified response HTTP header.
Syntax
Unit: GraphQL.Http.Interfaces
procedure IGraphQLHttpResponse.SetHeader(const Name: string; const Value: string); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The name of the HTTP header to be set. |
| const | Value | string | The new value of the HTTP header. |