We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Content-type
Content-Type
1 parent 797b51e commit e90d56fCopy full SHA for e90d56f
1 file changed
user_guide_src/source/concepts/http/002.php
@@ -6,7 +6,7 @@
6
7
$response->setStatusCode(Response::HTTP_OK);
8
$response->setBody($output);
9
-$response->setHeader('Content-type', 'text/html');
+$response->setHeader('Content-Type', 'text/html');
10
$response->noCache();
11
12
// Sends the output to the browser
0 commit comments