REST.Client.TRESTRequest.AcceptCharset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AcceptCharset: string read GetAcceptCharset write SetAcceptCharset stored AcceptCharSetIsStored;

C++

__property AcceptCharset;

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.

REST.Client.TRESTRequest.AcceptCharset inherits from REST.Client.TCustomRESTRequest.AcceptCharset. All content below this line refers to REST.Client.TCustomRESTRequest.AcceptCharset.

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.

See Also