Everything under Quiote\Runtime.
| Class | Description |
|---|
ContextRequestHandler | Turns a PSR-7 request into a response for one context. |
ErrorResponseFactory | Turns a throwable that escaped the middleware pipeline into a response. |
HttpEmitter | The original SAPI emitter, kept as the name apps and tests already reference. |
Kernel | Boots the framework and hands the request loop to a worker runtime. |
OutputCapture | Catches anything the application echoes outside the response body while a runtime with no SAPI output channel is handling the request. |