REST.Client.TRESTResponse.ContentEncoding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentEncoding: string read FContentEncoding write SetContentEncoding default 0;

C++

__property ContentEncoding = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTResponse

Description

HTTP compression of the response.

REST.Client.TRESTResponse.ContentEncoding inherits from REST.Client.TCustomRESTResponse.ContentEncoding. All content below this line refers to REST.Client.TCustomRESTResponse.ContentEncoding.

HTTP compression of the response.

The response class automatically decompresses and parses the response, the ContentEncoding property is provided for reference only.

See Also