Table of Contents

THttpHeaderInfo.Create Constructor

Creates a header info instance with the given name and value.

Syntax

Unit: Sparkle.Http.Headers

constructor THttpHeaderInfo.Create(AName: string; AValue: string);

Parameters

<-> Parameter Type Description
AName string The header name.
AValue string The header value.

See also