The patch in the follow-up e-mail makes it possible to enable libcurl's cookie engine via Ecore_Con_Url, as well as dump/load cookies from files and clearing currently loaded cookies.
The API is not as "EFL-y" as I originally intended it to be: the function names are a bit unusual, and most of the code works as a very thin wrapper around libcurl's functions and options. On the other hand, this also means the API is almost as bizarre as libcurl's, and it certainly isn't backend-agnostic. For now, no API for manually setting or reading cookies has been written: implementing the former is trivial, but the latter requires some quite inefficient code from our side due to the way libcurl works. Comments regarding the function names and general look'n'feel of the code are appreciated. -- Raphael Kubo da Costa ProFUSION embedded systems http://profusion.mobi ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
