REST.Client.TRESTRequest.AcceptEncoding

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AcceptEncoding: string read GetAcceptEncoding write SetAcceptEncoding stored AcceptEncodingIsStored;

C++

__property AcceptEncoding;

プロパティ

種類 可視性 ソース ユニット
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTRequest

説明

要求の Accept-Encoding フィールドです。応答に使用できる HTTP 圧縮の種類を指定します。

REST.Client.TRESTRequest.AcceptEncoding は REST.Client.TCustomRESTRequest.AcceptEncoding を継承しています。以下の内容はすべて REST.Client.TCustomRESTRequest.AcceptEncoding を参照しています。

要求の Accept-Encoding フィールドです。応答に使用できる HTTP 圧縮の種類を指定します。

デフォルト値は空文字列で、圧縮が使用されないことを表します。このフィールドの値に使用できる構文については、仕様を参照してください。要求で指定できる圧縮コードのリストを参照してください。

関連項目