Skip to content

Emitter

Everything under Quiote\Runtime\Emitter.

ClassDescription
SapiEmitterEmits through the PHP SAPI: http_response_code(), header(), echo.
InterfaceDescription
ResponseEmitterInterfaceSends a PSR-7 response back to whatever is on the other end of the current worker runtime: the SAPI (header()/echo), a RoadRunner relay, a Swoole response object.