http\Response
[mdref/mdref-http] / http / Env / Response / send.md
diff --git a/http/Env/Response/send.md b/http/Env/Response/send.md
new file mode 100644 (file)
index 0000000..768cd0a
--- /dev/null
@@ -0,0 +1,13 @@
+# bool http\Env\Response::send([resource $stream = NULL])
+
+Send the response through the SAPI or $stream.
+Flushes all output buffers.
+
+## Params:
+
+* Optional resource $stream = NULL  
+  A writable stream to send the response through.
+
+## Returns:
+
+* bool, success.