Table of Contents

THttpHeaderInfo Class

Holds the name and value of a single HTTP header.

Remarks

On non-NEXTGEN platforms, AnsiString versions of the name and value are also exposed.

Syntax

Unit: Sparkle.Http.Headers

THttpHeaderInfo = class(TObject);

Constructors

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

Properties

Name Description
AnsiName Gets the header name as an AnsiString.
AnsiValue Gets the header value as an AnsiString.
Name Gets the header name.
Value Gets the header value.