mirror of
https://github.com/php-fig/http-message.git
synced 2026-03-24 15:12:19 +01:00
master
Add return typehints Since [psr/http-message version 2.0](https://packagist.org/packages/psr/http-message#2.0.0), the above interfaces have been updated to add return type declarations. https://www.php-fig.org/psr/psr-7/meta/
PSR Http Message
This repository holds all interfaces/classes/traits related to PSR-7.
Note that this is not a HTTP message implementation of its own. It is merely an interface that describes a HTTP message. See the specification for more details.
Usage
Before reading the usage guide we recommend reading the PSR-7 interfaces method list:
Languages
PHP
100%