Data Fields

Used as the data param for the ECORE_CON_EVENT_URL_DATA event. More...

Data Fields

Ecore_Con_Urlurl_con
 a pointer to the connection object
 
int size
 the size of the current received data (in bytes)
 
unsigned char data [1]
 the data received on this event
 

Detailed Description

Used as the data param for the ECORE_CON_EVENT_URL_DATA event.

Examples
ecore_con_url_cookies_example.c, and ecore_con_url_headers_example.c.