mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 00:28:47 +00:00
10 lines
396 B
Markdown
10 lines
396 B
Markdown
# zend-http
|
|
|
|
`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.
|
|
|
|
|
|
- File issues at https://github.com/zendframework/zend-http/issues
|
|
- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-http
|