mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b4690ffd75
commit
4b0c7d120a
1 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue