Zend Framework 2: HTTP Component
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. In nutshell, there are several parts of Zend\Http: * Context-less Request and Response classes that expose a fluent API for introspecting several aspects of HTTP messages: ** Request line information and response status information ** Parameters, such as those found in POST and GET ** Message Body ** Headers * A Client implementation with various adapters that allow for sending requests and introspecting responses.
Release | Stable | Testing |
---|---|---|
EPEL 7 | 2.4.11-1.el7 | - |
You can contact the maintainers of this package via email at
php-ZendFramework2 dash maintainers at fedoraproject dot org
.