Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDEFGHILMNOPQRSTUVWXYZ
]
php-ZendFramework2-Http - Zend Framework 2: HTTP Component
- Website:
- http://framework.zend.com/manual/2.3/en/modules/zend.http.html
- Licence:
- BSD
- Vendor:
- Remi Collet
- Description:
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.
Packages