Emitter
Everything under Quiote\Runtime\Emitter.
Classes
Section titled “Classes”| Class | Description |
|---|---|
SapiEmitter | Emits through the PHP SAPI: http_response_code(), header(), echo. |
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
ResponseEmitterInterface | Sends 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. |