Common Http-message Interface (PHP FIG PSR-7).
This are the differences to the PHP version:
ServerRequestInterface
does not containgetServerParams
andwithUploadedFiles
/getUploadedFiles
StreamInterface
is missing, duplex streams are used forgetBody
onMessageInterface
.UploadedFileInterface
is missing
- node: 12
Through NPM as @chubbyjs/psr-http-message.
npm i @chubbyjs/psr-http-message@1.2.1
Typescript:
- 2021 Dominik Zogg
PHP:
- 2014 PHP Framework Interoperability Group