REST.Client.TCustomRESTResponse.Headers
Delphi
property Headers: TStrings read FHeaders;
C++
__property System::Classes::TStrings* Headers = {read=FHeaders};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | REST.Client.pas REST.Client.hpp |
REST.Client | TCustomRESTResponse |
Description
Returns the HTTP response header lines.
This property returns a value of the TStrings type.