PluginProbe ʕ •ᴥ•ʔ
SEOPress – AI SEO Plugin & On-site SEO / 9.3.0.3
SEOPress – AI SEO Plugin & On-site SEO v9.3.0.3
10.0.1 10.0 9.9.2 9.9.1 9.9 9.8.5 9.8.4 9.8.3 9.8.2 9.8.1 trunk 7.0 7.0.1 7.0.2 7.0.3 7.1 7.1.1 7.1.2 7.2 7.3 7.3.1 7.3.2 7.4 7.5 7.5.0.1 7.5.0.2 7.5.0.3 7.5.1 7.5.2 7.5.2.1 7.6 7.6.1 7.7 7.7.1 7.7.2 7.8 7.9 7.9.1 7.9.2 8.0 8.0.1 8.1 8.1.1 8.2 8.3 8.3.1 8.4 8.4.1 8.5 8.5.0.2 8.5.1 8.5.1.1 8.6 8.6.1 8.7 8.7.0.1 8.7.0.2 8.8 8.8.1 8.9 8.9.0.1 8.9.0.2 9.0 9.0.1 9.1 9.2 9.3 9.3.0.1 9.3.0.2 9.3.0.3 9.3.0.4 9.4 9.4.1 9.5 9.6 9.7 9.7.1 9.7.2 9.7.3 9.7.4 9.8
wp-seopress / vendor / psr / http-client / README.md
wp-seopress / vendor / psr / http-client Last commit date
src 7 months ago CHANGELOG.md 7 months ago LICENSE 7 months ago README.md 7 months ago composer.json 7 months ago
README.md
13 lines
1 HTTP Client
2 ===========
3
4 This repository holds all the common code related to [PSR-18 (HTTP Client)][psr-url].
5
6 Note that this is not a HTTP Client implementation of its own. It is merely abstractions that describe the components of a HTTP Client.
7
8 The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist.
9
10 [psr-url]: https://www.php-fig.org/psr/psr-18
11 [package-url]: https://packagist.org/packages/psr/http-client
12 [implementation-url]: https://packagist.org/providers/psr/http-client-implementation
13