property ContentType: string;
Description
Gets or sets the value of the Content-Type HTTP header.
The ContentType property contains the format of the data being sent. The value assigned to the ContentType property replaces any existing Content-Type HTTP header in the request.
The default value is 'application/json'.