Everything under Quiote\Response.
| Class | Description |
|---|
CookieSerializer | Turns the cookie definitions queued on a response into Set-Cookie header lines. |
PsrResponseBuilder | Assembles a PSR-7 response from already-resolved status, headers, cookies and body. |
WebResponse | WebResponse handles the HTTP response: status code, headers, cookies, redirects and the content sent back to the client. |
| Interface | Description |
|---|
WebResponseInterface | The response an action or view writes to: body, status, headers, cookies, redirect and content type, plus the conversion to PSR-7 the runtime emits. |