web/lib/Zend/Http/Response.php
changeset 1230 68c69c656a2c
parent 807 877f952ae2bd
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
    14  * to license@zend.com so we can send you a copy immediately.
    14  * to license@zend.com so we can send you a copy immediately.
    15  *
    15  *
    16  * @category   Zend
    16  * @category   Zend
    17  * @package    Zend_Http
    17  * @package    Zend_Http
    18  * @subpackage Response
    18  * @subpackage Response
    19  * @version    $Id: Response.php 25081 2012-11-06 20:59:47Z rob $
    19  * @version    $Id$
    20  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    20  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    21  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    21  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  * Zend_Http_Response represents an HTTP 1.0 / 1.1 response message. It
    25  * Zend_Http_Response represents an HTTP 1.0 / 1.1 response message. It
    26  * includes easy access to all the response's different elemts, as well as some
    26  * includes easy access to all the response's different elemts, as well as some
    27  * convenience methods for parsing and validating HTTP responses.
    27  * convenience methods for parsing and validating HTTP responses.
    28  *
    28  *
    29  * @package    Zend_Http
    29  * @package    Zend_Http
    30  * @subpackage Response
    30  * @subpackage Response
    31  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    31  * @copyright  Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
    32  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    32  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    33  */
    33  */
    34 class Zend_Http_Response
    34 class Zend_Http_Response
    35 {
    35 {
    36     /**
    36     /**