Skip to content

Response

Everything under Quiote\Response.

ClassDescription
CookieSerializerTurns the cookie definitions queued on a response into Set-Cookie header lines.
PsrResponseBuilderAssembles a PSR-7 response from already-resolved status, headers, cookies and body.
WebResponseWebResponse handles the HTTP response: status code, headers, cookies, redirects and the content sent back to the client.
InterfaceDescription
WebResponseInterfaceThe response an action or view writes to: body, status, headers, cookies, redirect and content type, plus the conversion to PSR-7 the runtime emits.