Add basic cookie support to Ecore_Con_Url.
authorEduardo de Barros Lima <eblima@gmail.com>
Thu, 6 Jan 2011 16:10:38 +0000 (16:10 +0000)
committerEduardo de Barros Lima <eblima@gmail.com>
Thu, 6 Jan 2011 16:10:38 +0000 (16:10 +0000)
commitadff89807961e743d33adfa5ac106ebca5727cf6
tree7544db6e0a3abcb58c29253f724e5460f5667251
parentaa2733a4ba6f35e8ed75b23702a646e6733a8d4f
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>

SVN revision: 55934
legacy/ecore/src/lib/ecore_con/Ecore_Con.h
legacy/ecore/src/lib/ecore_con/ecore_con_url.c