REST.Client.TCustomRESTResponse.Headers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Headers: TStrings read GetHeaders;

C++

__property System::Classes::TStrings* Headers = {read=GetHeaders};

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.

See Also