Fixed bug #52714 (Intro to HTTP subsystem unclear)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304659 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-10-23 13:52:27 +00:00
parent b4690ffd75
commit 4b0c7d120a

View file

@ -10,18 +10,19 @@
<preface xml:id="intro.http">
&reftitle.intro;
<simpara>
This HTTP extension aims to provide a convenient and powerful
set of functionality for one of PHPs major applications.
The HTTP extension aims to provide a convenient and powerful
set of functionality for major applications.
</simpara>
<simpara>
It eases handling of HTTP URLs, dates, redirects, headers and
messages, provides means for negotiation of clients preferred
language and charset, as well as a convenient way to send any
arbitrary data with caching and resuming capabilities.
The HTTP extension eases handling of HTTP URLs, dates, redirects ,
headers and messages in a HTTP context (both incoming and outgoing).
It also provides means for client negotiation of preferred language
and charset, as well as a convenient way to exchange arbitrary data
with caching and resuming capabilities.
</simpara>
<simpara>
It provides powerful request functionality, if built with CURL
support. Parallel requests are available for PHP 5 and greater.
Also provided is a powerful request and parallel interface (PHP5+),
if the extension is built with cURL support.
</simpara>
<simpara>
Additionally to the API reference in this manual you can find