Add basic cookie support to Ecore_Con_Url.
authoretrunko <etrunko@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 6 Jan 2011 16:10:38 +0000 (16:10 +0000)
committeretrunko <etrunko@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 6 Jan 2011 16:10:38 +0000 (16:10 +0000)
commite099f95b64f6b3ed168de13cf8859743dc2a173c
tree7eb65b44f05798e60d7bf765c68ea19f2f052de8
parent375b35c51daaf88da55f6383fcab2ca8c824a3af
Add basic cookie support to Ecore_Con_Url.

This commit adds some simple wrapper functions for libcurl
cookie-related code to Ecore_Con_Url.

It is now possible to enable the cookie engine, clear cookies and
dump/load them from files.

Cookies in both HTTP header-style and cookie-jar are supported.

Patch by Raphael Kubo da Costa <kubo@profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@55934 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_con/Ecore_Con.h
src/lib/ecore_con/ecore_con_url.c