|
|
@@ -10,7 +10,7 @@
|
|
|
complex features such as <acronym>HTTP</acronym> authentication and file uploads. Successful
|
|
|
requests (and most unsuccessful ones too) return a <classname>Zend_Http_Response</classname>
|
|
|
object, which provides access to the response's headers and body (see
|
|
|
- <xref linkend="zend.http.response" />).
|
|
|
+ <link linkend="zend.http.response">this section</link>).
|
|
|
</para>
|
|
|
|
|
|
<sect2 id="zend.http.client.usage">
|
|
|
@@ -50,8 +50,9 @@ $client->setConfig($config);
|
|
|
that some special characters like the pipe symbol ('|') or the
|
|
|
caret symbol ('^') will not be accepted in the URL by default.
|
|
|
This can be modified by setting the 'allow_unwise' option of
|
|
|
- <classname>Zend_Uri</classname> to '<constant>TRUE</constant>'. See <xref
|
|
|
- linkend="zend.uri.validation.allowunwise" /> for more information.
|
|
|
+ <classname>Zend_Uri</classname> to '<constant>TRUE</constant>'. See <link
|
|
|
+ linkend="zend.uri.validation.allowunwise">this section</link> for more
|
|
|
+ information.
|
|
|
</para>
|
|
|
</note>
|
|
|
</para>
|
|
|
@@ -104,7 +105,8 @@ $client->setConfig($config);
|
|
|
|
|
|
<entry>
|
|
|
Whether to strictly follow the <acronym>RFC</acronym> when
|
|
|
- redirecting (see <xref linkend="zend.http.client.redirections" />)
|
|
|
+ redirecting (see <link
|
|
|
+ linkend="zend.http.client.redirections">this section</link>)
|
|
|
</entry>
|
|
|
|
|
|
<entry>boolean</entry>
|
|
|
@@ -136,8 +138,8 @@ $client->setConfig($config);
|
|
|
<entry>adapter</entry>
|
|
|
|
|
|
<entry>
|
|
|
- Connection adapter class to use (see <xref
|
|
|
- linkend="zend.http.client.adapters" />)
|
|
|
+ Connection adapter class to use (see <link
|
|
|
+ linkend="zend.http.client.adapters">this section</link>)
|
|
|
</entry>
|
|
|
|
|
|
<entry>mixed</entry>
|