#include <urldata.h>
Public Attributes | |
| char * | url |
| bool | url_alloc |
| bool | url_changed |
| char * | referer |
| bool | referer_alloc |
| struct curl_slist * | cookielist |
Definition at line 917 of file urldata.h.
| char* DynamicStatic::url |
Definition at line 918 of file urldata.h.
Referenced by CreateConnection(), Curl_close(), Curl_connect_host(), curl_easy_duphandle(), Curl_follow(), Curl_getinfo(), Curl_http(), Curl_http_auth_act(), Curl_http_input_auth(), Curl_ldap(), Curl_pretransfer(), Curl_retry_request(), Curl_setopt(), multi_runsingle(), and ParseURLAndFillConnection().
Definition at line 919 of file urldata.h.
Referenced by CreateConnection(), Curl_close(), curl_easy_duphandle(), Curl_follow(), Curl_http(), and Curl_setopt().
Definition at line 920 of file urldata.h.
Referenced by Curl_connect_host(), Curl_setopt(), and multi_runsingle().
| char* DynamicStatic::referer |
Definition at line 921 of file urldata.h.
Referenced by Curl_close(), curl_easy_duphandle(), Curl_follow(), Curl_http(), and Curl_setopt().
Definition at line 922 of file urldata.h.
Referenced by Curl_close(), curl_easy_duphandle(), Curl_follow(), and Curl_setopt().
struct curl_slist* DynamicStatic::cookielist [read] |
Definition at line 923 of file urldata.h.
Referenced by Curl_close(), Curl_cookie_loadfiles(), Curl_pretransfer(), and Curl_setopt().
1.5.6