GATE
gate_curl_functions_class Struct Reference

Public Attributes

CURLcode(* easy_setopt )(CURL *handle, CURLoption option,...)
 
void(* easy_cleanup )(CURL *handle)
 
CURLcode(* global_init )(long flags)
 
void(* global_cleanup )(void)
 
CURL *(* easy_init )(void)
 
CURLcode(* easy_perform )(CURL *handle)
 
CURLcode(* easy_getinfo )(CURL *handle, CURLINFO info,...)
 
struct curl_slist *(* slist_append )(struct curl_slist *list, const char *str)
 
void(* slist_free_all )(struct curl_slist *list)
 
CURLFORMcode(* formadd )(struct curl_httppost **firstitem, struct curl_httppost **lastitem,...)
 
void(* formfree )(struct curl_httppost *form)
 

The documentation for this struct was generated from the following file: