summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/psr/http-factory/README.md
blob: 41d362a6257fd6806b322d1c312fcb7377190ebc (plain)
1
2
3
4
5
6
7
8
9
10
HTTP Factories
==============

This repository holds all interfaces related to [PSR-17 (HTTP Message Factories)][psr-17]. 
Please refer to the specification for a description.

You can find implementations of the specification by looking for packages providing the 
[psr/http-factory-implementation](https://packagist.org/providers/psr/http-factory-implementation) virtual package.

[psr-17]: https://www.php-fig.org/psr/psr-17/