mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document 'request_fulluri' context option
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150132 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f257dac2ff
commit
acc4bf4eac
1 changed files with 12 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<appendix id="wrappers">
|
||||
<title>List of Supported Protocols/Wrappers</title>
|
||||
<para>
|
||||
|
@ -271,6 +271,17 @@ foreach(stream_get_meta_data($fp) as $response) {
|
|||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>request_fulluri</literal></entry>
|
||||
<entry>
|
||||
When set to &true;, the entire URI will be used when
|
||||
constructing the request. (i.e.
|
||||
<literal>GET http://www.example.com/path/to/file.html HTTP/1.0</literal>).
|
||||
While this is a non-standard request format, some
|
||||
proxy servers require it.
|
||||
</entry>
|
||||
<entry>&false;</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue