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. + + + + +
+