language/wrappers/http.xml
ec6e871a47fa15228aa3299f46fed826422adbc0
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<refentry xml:id="wrappers.http" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" role="noversion">
4
+
<refentry xml:id="wrappers.http" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" annotations="verify_info:false">
5
5
<refnamediv>
6
6
<refname>http://</refname>
7
7
<refname>https://</refname>
...
...
@@ -11,8 +11,8 @@
11
11
<refsect1 role="description"><!-- {{{ -->
12
12
&reftitle.description;
13
13
<para>
14
-
Allows read-only access to files/resources via HTTP 1.0,
15
-
using the HTTP GET method. A <literal>Host:</literal> header is sent with the request
14
+
Allows read-only access to files/resources via HTTP.
15
+
By default, a HTTP 1.0 GET is used. A <literal>Host:</literal> header is sent with the request
16
16
to handle name-based virtual hosts. If you have configured
17
17
a <link linkend="ini.user-agent">user_agent</link> string using
18
18
your &php.ini; file or the stream context, it will also be included
19
19