Data Fields
_Ecore_Con_Event_Url_Complete Struct Reference
Ecore
»
Ecore_Con - Connection functions
»
Ecore Connection Events Functions
Ecore
»
Ecore_Con - Connection functions
» |
Ecore URL Connection Functions
Data Fields
Ecore_Con_Url
*
url_con
a pointer to the connection object
int
status
HTTP status code of the operation (200, 404, 401, etc.)
Detailed Description
Used as the
data
param for the
ECORE_CON_EVENT_URL_COMPLETE
event.
Examples
ecore_con_url_cookies_example.c
,
ecore_con_url_download_example.c
, and
ecore_con_url_headers_example.c
.