_Ecore_Con_Event_Url_Complete Struct Reference
[Ecore Connection Events Functions, Ecore URL Connection Functions]
Used as the data param for the ECORE_CON_EVENT_URL_COMPLETE event.
More...
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.
Field Documentation
HTTP status code of the operation (200, 404, 401, etc.
)