aboutsummaryrefslogtreecommitdiff
path: root/packages/OS400/README.OS400
diff options
context:
space:
mode:
authorPatrick Monnerat <Patrick.Monnerat@datasphere.ch>2008-10-17 13:17:41 +0000
committerPatrick Monnerat <Patrick.Monnerat@datasphere.ch>2008-10-17 13:17:41 +0000
commitf66e1c49b026a9f72cda3edd604a68b1ec9f4052 (patch)
tree7eab2e8f89e7075f6e43fe2af0c5318c881cab9b /packages/OS400/README.OS400
parent4acbe8f20c45ed43768ff4d25ec6718c2f1dd6dd (diff)
Introduce new options CURLOPT_PROXY{USERNAME, PASSWORD} in OS400 code and RPG binding.
Diffstat (limited to 'packages/OS400/README.OS400')
-rw-r--r--packages/OS400/README.OS4002
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/OS400/README.OS400 b/packages/OS400/README.OS400
index bdfcae169..9e25a10a0 100644
--- a/packages/OS400/README.OS400
+++ b/packages/OS400/README.OS400
@@ -103,6 +103,8 @@ options:
CURLOPT_ISSUERCERT
CURLOPT_USERNAME
CURLOPT_PASSWORD
+ CURLOPT_PROXYUSERNAME
+ CURLOPT_PROXYPASSWORD
Else it is the same as for curl_easy_setopt().
Note that CURLOPT_ERRORBUFFER is not in the list above, since it gives the
address of an (empty) character buffer, not the address of a string.