PSR-7
PSR-7
Standard of the PHP Framework Interop Group that defines common interfaces for handling HTTP messages.
Psr\Http\Message\MessageInterfacePsr\Http\Message\RequestInterfacePsr\Http\Message\ResponseInterfacePsr\Http\Message\ServerRequestInterfacePsr\Http\Message\StreamInterfacePsr\Http\Message\UploadedFileInterfacePsr\Http\Message\UriInterface
Example:
| PHP | |
|---|---|
Immutability
PSR-7 requests are immutable objects; a change in the data will return a new instance of the object. The stream objects of PSR-7 are not immutable.