git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16872 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -20,6 +20,9 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
+/**
+ * @see Zend_Http_Client_Exception
+ */
require_once 'Zend/Http/Client/Exception.php';
/**
@@ -21,8 +21,17 @@
+ * @see Zend_Uri_Http
require_once 'Zend/Uri/Http.php';
+ * @see Zend_Http_Client
require_once 'Zend/Http/Client.php';
+ * @see Zend_Http_Client_Adapter_Socket
require_once 'Zend/Http/Client/Adapter/Socket.php';
@@ -21,7 +21,13 @@
+ * @see Zend_Http_Client_Adapter_Interface
require_once 'Zend/Http/Client/Adapter/Interface.php';
@@ -20,8 +20,17 @@
+ * @see Zend_Http_Response
require_once 'Zend/Http/Response.php';
+ * @see Zend_Http_Exception
require_once 'Zend/Http/Exception.php';
@@ -21,6 +21,9 @@
+ * @see Zend_Uri
require_once "Zend/Uri.php";
+ * @see Zend_Http_Cookie
require_once "Zend/Http/Cookie.php";
require_once "Zend/Http/Response.php";
+ * @see Zend_Exception
require_once 'Zend/Exception.php';