Skip to content

Http

Everything under Quiote\Http.

ClassDescription
CookieSerializerBridges cookies queued on a Quiote response onto a PSR-7 response’s Set-Cookie headers.
HttpStatusThe single source of truth for HTTP status-code validity and reason phrases.
MimeTypeRegistryMaps between Quiote format names, MIME types, and file extensions using symfony/mime.
ProblemDetailsAn RFC 9457 (Problem Details for HTTP APIs; obsoletes RFC 7807) document.
Psr17Shared stateless Nyholm\Psr7\Factory\Psr17Factory instance.
PsrResponseAdapterA 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.
PsrServerRequestAdapterDEPRECATED: PsrServerRequestAdapter has been removed in favor of using WebRequest directly (which now implements ServerRequestInterface).
RequestSchemeWhether a PSR-7 request reached the client over TLS.
SimpleStreamA 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.
SimpleUriA 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.
NamespaceContents
Client8 types
Sse3 types