Vuo  2.3.2
Functions
VuoUrlFetch.h File Reference

Description

VuoUrlFetch interface.

Definition in file VuoUrlFetch.h.

Go to the source code of this file.

Functions

bool VuoUrl_fetch (const char *url, void **data, unsigned int *dataLength)
 Receives the data at the specified url. More...
 

Function Documentation

◆ VuoUrl_fetch()

bool VuoUrl_fetch ( const char *  url,
void **  data,
unsigned int *  dataLength 
)

Receives the data at the specified url.

The caller is responsible for free()ing the data.

data includes an extra trailing NULL terminator byte (not counted in dataLength), to make it easier to work with URLs containing plain text.

Returns
true upon success, false upon failure.

Definition at line 118 of file VuoUrlFetch.c.