Zrythm
a highly automated and intuitive digital audio workstation
|
Curl utilities. More...
#include "gtk_wrapper.h"
Go to the source code of this file.
Functions | |
char * | z_curl_get_page_contents (const char *url, int timeout, GError **error) |
Returns the contents of the page in a newly allocated string. | |
char * | z_curl_get_page_contents_default (const char *url) |
Returns the contents of the page in a newly allocated string. | |
int | z_curl_post_json_no_auth (const char *url, const char *data, int timeout, GError **error,...) G_GNUC_NULL_TERMINATED |
Posts the given JSON to the URL without any authentication. | |
char * | z_curl_get_page_contents_finish (GAsyncResult *res, GError **error) |
void | z_curl_get_page_contents_async (const char *url, int timeout_sec, GAsyncReadyCallback callback, gpointer callback_data) |
Curl utilities.
Definition in file curl.h.