File: /var/www/vhost/disk-apps/magento.bikenow.co/vendor/laminas/laminas-http/README.md
# laminas-http
[](https://travis-ci.com/laminas/laminas-http)
[](https://coveralls.io/github/laminas/laminas-http?branch=master)
laminas-http provides the HTTP message abstraction used by
[laminas-mvc](https://docs.laminas.dev/laminas-mvc/), and also provides an
extensible, adapter-driven HTTP client library.
This library **does not** support [PSR-7](http://www.php-fig.org/psr/psr-7), as
it predates that specification. For PSR-7 support, please see our
[Diactoros component](https://docs.laminas.dev/laminas-diactoros/).
## Installation
Run the following to install this library:
```bash
$ composer require laminas/laminas-http
```
## Documentation
Browse the documentation online at https://docs.laminas.dev/laminas-http/
## Support
* [Issues](https://github.com/laminas/laminas-http/issues/)
* [Chat](https://laminas.dev/chat/)
* [Forum](https://discourse.laminas.dev/)