You are here

protected property HttpClientBaseFormatter::$mimeTypes in Http Client 7.2

Same name and namespace in other branches
  1. 6.2 includes/HttpClient.inc \HttpClientBaseFormatter::mimeTypes

File

includes/HttpClient.inc, line 320

Class

HttpClientBaseFormatter
A base formatter to format php and json.

Code

protected $mimeTypes = array(
  self::FORMAT_PHP => 'application/vnd.php.serialized',
  self::FORMAT_JSON => 'application/json',
  self::FORMAT_FORM => 'application/x-www-form-urlencoded',
);