property Headers: TStringList;
Description
Returns the HTTP headers associated with the response.
This property is a collection of name-value pairs representing the HTTP headers returned by the server. Common header values returned from the internet resource are also exposed as properties in the TScRestRequest class.
This property is read-only.