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:
Sara Golemon 2003-06-13 19:31:41 +00:00
parent c1f8b993f2
commit d875c463b3

View file

@ -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>