【发布时间】:2016-09-12 08:15:46
【问题描述】:
有没有办法在 SLIM 3 中将内容类型设置为“application/json”以进行全局响应?
我尝试了以下不起作用的方法:
$app->contentType('application/json');
$app->response->headers->set('Content-Type', 'application/json');
【问题讨论】:
标签: php json rest content-type slim