You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
429 B

3 years ago
  1. HTTP Factories
  2. ==============
  3. This repository holds all interfaces related to [PSR-17 (HTTP Message Factories)][psr-17].
  4. Please refer to the specification for a description.
  5. You can find implementations of the specification by looking for packages providing the
  6. [psr/http-factory-implementation](https://packagist.org/providers/psr/http-factory-implementation) virtual package.
  7. [psr-17]: https://www.php-fig.org/psr/psr-17/