REST.Client.TCustomRESTResponse.Headers

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also