big update's coming
[mdref/mdref-http] / http / Env / Response / send.md
1 # bool http\Env\Response::send([resource $stream = NULL])
2
3 Send the response through the SAPI or $stream.
4 Flushes all output buffers.
5
6 ## Params:
7
8 * Optional resource $stream = NULL
9 A writable stream to send the response through.
10
11 ## Returns:
12
13 * bool, success.