'JSON', 'text/yaml' => 'YAML', 'application/yaml' => 'YAML', 'text/html' => 'HTML', 'text/xml' => 'XML', 'application/xml' => 'XML', // Default mime type for cases without an explicit accept header match '*/*' => 'text/html' ]; // End of config/type_class_map.php