equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Amf |
16 * @package Zend_Amf |
17 * @subpackage Request |
17 * @subpackage Request |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id: Http.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 * @version $Id: Http.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 /** @see Zend_Amf_Request */ |
23 /** @see Zend_Amf_Request */ |
24 require_once 'Zend/Amf/Request.php'; |
24 require_once 'Zend/Amf/Request.php'; |
25 |
25 |
30 * built at construction time using a raw POST; if no data is available, the |
30 * built at construction time using a raw POST; if no data is available, the |
31 * request is declared a fault. |
31 * request is declared a fault. |
32 * |
32 * |
33 * @package Zend_Amf |
33 * @package Zend_Amf |
34 * @subpackage Request |
34 * @subpackage Request |
35 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
35 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
36 * @license http://framework.zend.com/license/new-bsd New BSD License |
36 * @license http://framework.zend.com/license/new-bsd New BSD License |
37 */ |
37 */ |
38 class Zend_Amf_Request_Http extends Zend_Amf_Request |
38 class Zend_Amf_Request_Http extends Zend_Amf_Request |
39 { |
39 { |
40 /** |
40 /** |