composer package updates
[openemr.git] / vendor / zendframework / zend-http / README.md
blob45eea4e6297bb3724001a20ade924ff54ecd1c70
1 # zend-http
3 [![Build Status](https://secure.travis-ci.org/zendframework/zend-http.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-http)
4 [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-http/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-http?branch=master)
6 zend-http provides the HTTP message abstraction used by
7 [zend-mvc](https://docs.zendframework.com/zend-mvc/), and also provides an
8 extensible, adapter-driven HTTP client library.
10 This library **does not** support [PSR-7](http://www.php-fig.org/psr/psr-7), as
11 it predates that specification. For PSR-7 support, please see our
12 [Diactoros component](https://docs.zendframework.com/zend-diactoros/).
14 - File issues at https://github.com/zendframework/zend-http/issues
15 - Documentation is at https://docs.zendframework.com/zend-http/