mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update to http context option
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131403 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c1f8b993f2
commit
d875c463b3
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<appendix id="wrappers">
|
||||
<title>List of Supported Protocols/Wrappers</title>
|
||||
<para>
|
||||
|
@ -106,7 +106,9 @@
|
|||
<tbody>
|
||||
<row>
|
||||
<entry><literal>method</literal></entry>
|
||||
<entry><constant>GET</constant> or <constant>POST</constant>
|
||||
<entry>
|
||||
<constant>GET</constant>, <constant>POST</constant>, or
|
||||
any other HTTP method supported by the remote server.
|
||||
</entry>
|
||||
<entry><constant>GET</constant></entry>
|
||||
</row>
|
||||
|
@ -133,7 +135,7 @@
|
|||
<entry><literal>content</literal></entry>
|
||||
<entry>
|
||||
Additional data to be sent after the headers. Typically used
|
||||
with POST requests.
|
||||
with POST or PUT requests.
|
||||
</entry>
|
||||
<entry></entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in a new issue