Everything under Quiote\Http.
| Class | Description |
|---|
CookieSerializer | Bridges cookies queued on a Quiote response onto a PSR-7 response’s Set-Cookie headers. |
HttpStatus | The single source of truth for HTTP status-code validity and reason phrases. |
MimeTypeRegistry | Maps between Quiote format names, MIME types, and file extensions using symfony/mime. |
ProblemDetails | An RFC 9457 (Problem Details for HTTP APIs; obsoletes RFC 7807) document. |
Psr17 | Shared stateless Nyholm\Psr7\Factory\Psr17Factory instance. |
PsrResponseAdapter | A PSR-7 view of a WebResponse, so a view or action handed a PSR-7 response can read the status, headers and body the framework has assembled. |
PsrServerRequestAdapter | DEPRECATED: PsrServerRequestAdapter has been removed in favor of using WebRequest directly (which now implements ServerRequestInterface). |
RequestScheme | Whether a PSR-7 request reached the client over TLS. |
SimpleStream | A minimal PSR-7 StreamInterface over a plain PHP stream resource, so the framework can produce response bodies without depending on a third-party PSR-7 implementation. |
SimpleUri | A minimal PSR-7 UriInterface built by handing a URI string to parse_url(), so the framework can supply a URI without depending on a third-party PSR-7 implementation. |