diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2024-10-01 18:50:08 +0000 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2024-10-01 18:50:08 +0000 |
| commit | df489df309dc831b357a9cc36fe72ad5a99d22e0 (patch) | |
| tree | f36ece9dd8816ac2e30b54bb38a019925270d356 /vendor/php-http/httplug/README.md | |
| parent | df33ddaea1e46b5b923440d6383fa3ae85c4d60b (diff) | |
| parent | 2ea888fdc687621e8ad6bce3ecb7a8e19cb7a87b (diff) | |
Merge branch 'drop-opentelemetry' into 'master'
drop php-http/guzzle7-adapter
See merge request tt-rss/tt-rss!69
Diffstat (limited to 'vendor/php-http/httplug/README.md')
| -rw-r--r-- | vendor/php-http/httplug/README.md | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/vendor/php-http/httplug/README.md b/vendor/php-http/httplug/README.md deleted file mode 100644 index a9b476a5e..000000000 --- a/vendor/php-http/httplug/README.md +++ /dev/null @@ -1,54 +0,0 @@ -# HTTPlug - -[](https://github.com/php-http/httplug/releases) -[](LICENSE) -[](https://github.com/php-http/httplug/actions/workflows/ci.yml) -[](https://scrutinizer-ci.com/g/php-http/httplug) -[](https://scrutinizer-ci.com/g/php-http/httplug) -[](https://packagist.org/packages/php-http/httplug) - -[](mailto:team@httplug.io) - -**HTTPlug, the HTTP client abstraction for PHP.** - - -## Intro - -HTTP client standard built on [PSR-7](http://www.php-fig.org/psr/psr-7/) HTTP -messages. The HttpAsyncClient defines an asynchronous HTTP client for PHP. - -This package also provides a synchronous HttpClient interface with the same -method signature as the [PSR-18](http://www.php-fig.org/psr/psr-18/) client. -For synchronous requests, we recommend using PSR-18 directly. - - -## History - -HTTPlug is the official successor of the [ivory http adapter](https://github.com/egeloen/ivory-http-adapter). -HTTPlug is a predecessor of [PSR-18](http://www.php-fig.org/psr/psr-18/) - - -## Install - -Via Composer - -``` bash -$ composer require php-http/httplug -``` - - -## Documentation - -Please see the [official documentation](http://docs.php-http.org). - - -## Testing - -``` bash -$ composer test -``` - - -## License - -The MIT License (MIT). Please see [License File](LICENSE) for more information. |