REST.Client.TCustomRESTRequest.AcceptCharset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AcceptCharset: string read FAcceptCharset write SetAcceptCharset stored AcceptCharSetIsStored;

C++

__property System::UnicodeString AcceptCharset = {read=FAcceptCharset, write=SetAcceptCharset, stored=AcceptCharSetIsStored};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest

Description

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