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. |