psr/http-message
PSR-7 HTTP message interfaces for PHP (Request/Response, Streams, URIs, UploadedFiles). Defines common contracts only—no concrete implementation. Ideal for framework-agnostic middleware and libraries needing interoperable HTTP message types.
[@return](https://github.com/return) self annotation references in interfaces to use
[@return](https://github.com/return) static, which more closelly follows the semantics of the
specification.MessageInterface::getHeaders() return annotation to use the
value string[][], indicating the format is a nested array of strings.[@link](https://github.com/link) annotation for RequestInterface::withRequestTarget()
to point to the correct section of RFC 7230.ServerRequestInterface::withUploadedFiles() parameter annotation
to add the parameter name ($uploadedFiles).[@throws](https://github.com/throws) annotation for the UploadedFileInterface::moveTo()
method to correctly reference the method parameter (it was referencing an
incorrect parameter name previously).Initial stable release; reflects accepted PSR-7 specification.
How can I help you explore Laravel packages today?