HH\Lib\IO\request_output

Meta Engineer?

This is available as IO\request_output in the www repository.

Return the output handle for the current request

namespace HH\Lib\IO;

function request_output(): WriteHandle;

This should generally be used for sending data to clients. In CLI mode, this is usually the process STDOUT.

This MAY be a CloseableWriteFDHandle.

Returns