API:REST.Client.TRESTRequest.AcceptCharset
Delphi
property AcceptCharset: string read FAcceptCharset write SetAcceptCharset stored AcceptCharSetIsStored default 0;
C++
__property AcceptCharset = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | REST.Client.pas REST.Client.hpp |
REST.Client | TRESTRequest |
Description
Accept-Charset field of the request, which specifies the types of character encoding that are acceptable for the response. {{#multireplace:REST.Client.TRESTRequest.AcceptCharset|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:REST.Client.TCustomRESTRequest.AcceptCharset|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:REST.Client.TCustomRESTRequest.AcceptCharset|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Accept-Charset field of the request, which specifies the types of character encoding that are acceptable for the response.
The default value is "UTF-8". The specification explains the syntax that you can use for the value of this field.