From b4ed63889acae3558e1e8f6b4703bfbd05f2ad46 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 7 Apr 2003 23:12:38 +0000 Subject: [PATCH] Document Context options for http(s) wrapper git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122795 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index b67ba64e8a..9627bdea99 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -50,6 +50,42 @@ have compiled in support for OpenSSL. + + + Context options + + + + Name + Usage + + + + + method + GET or POST + (defaults to GET). + + + + header + Additional headers to be sent during request. Values + in this option will override other values (such as + User-agent:, Host:, + and Authentication:. + + + + content + + Additional data to be sent after the headers. Typically used + with POST requests. + + + + +
+