http\Response
[mdref/mdref-http] / http / Env / Response / setContentType.md
diff --git a/http/Env/Response/setContentType.md b/http/Env/Response/setContentType.md
new file mode 100644 (file)
index 0000000..78674df
--- /dev/null
@@ -0,0 +1,12 @@
+# http\Env\Response http\Env\Response::setContentType(string $content_type)
+
+Set the MIME content type of the response.
+
+## Params:
+
+* string $conten_type  
+  The response's content type.
+
+## Returns:
+
+* http\Env\Response, self.