protected property HttpClientBaseFormatter::$mimeTypes in Http Client 6.2
Same name and namespace in other branches
- 7.2 includes/HttpClient.inc \HttpClientBaseFormatter::mimeTypes
File
- includes/
HttpClient.inc, line 302
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',
);