emit()
emit(\Psr\Http\Message\ResponseInterface $response)
Emits a response for a PHP SAPI environment.
Emits the status line and headers via the header() function, and the body content via the output buffer.
Parameters
\Psr\Http\Message\ResponseInterface | $response |