update 1.0.8.0
Commits for version update
This commit is contained in:
11
vendor/zendframework/zend-http/README.md
vendored
11
vendor/zendframework/zend-http/README.md
vendored
@@ -3,10 +3,13 @@
|
||||
[](https://secure.travis-ci.org/zendframework/zend-http)
|
||||
[](https://coveralls.io/r/zendframework/zend-http?branch=master)
|
||||
|
||||
`Zend\Http` is a primary foundational component of Zend Framework. Since much of
|
||||
what PHP does is web-based, specifically HTTP, it makes sense to have a performant,
|
||||
extensible, concise and consistent API to do all things HTTP.
|
||||
zend-http provides the HTTP message abstraction used by
|
||||
[zend-mvc](https://zendframework.github.io/zend-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://zendframework.github.io/zend-diactoros/).
|
||||
|
||||
- File issues at https://github.com/zendframework/zend-http/issues
|
||||
- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-http
|
||||
- Documentation is at https://zendframework.github.io/zend-http/
|
||||
|
Reference in New Issue
Block a user