Added curl_easy_getinfo. Associated constants and also CURLOPT_USERPWD.

Minor optimization and cosmetics.

git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@77794 8089f293-4706-0410-a29e-feb5c42a2edf
This commit is contained in:
jfiat
2009-03-19 08:18:02 +00:00
parent 6bb5b0bac8
commit dae6d64f82
4 changed files with 212 additions and 8 deletions

View File

@@ -84,6 +84,16 @@ feature -- Enumerations.
]"
end
curlopt_userpwd: INTEGER
-- Declared as CURLOPT_USERPWD.
external
"C inline use <curl/curl.h>"
alias
"[
return CURLOPT_USERPWD;
]"
end
curlopt_url: INTEGER
-- Declared as CURLOPT_URL.
external