ofDocsdocumentation addons ofxEmscripten ofxEmscriptenURLFileLoader

ofxEmscriptenURLFileLoader


clear( )

void clear()

get( ... )

ofHttpResponse get(const string &url)

getAsync( ... )

int getAsync(const string &url, const string &name)

handleRequest( ... )

ofHttpResponse handleRequest(const ofHttpRequest &request)

handleRequestAsync( ... )

int handleRequestAsync(const ofHttpRequest &request)

ofxEmscriptenURLFileLoader( )

ofxEmscriptenURLFileLoader()

onerror_cb( ... )

void onerror_cb(unsigned int , void *request, int status, const char *msg)

onerror_file_cb( ... )

void onerror_file_cb(unsigned int , void *request, int status)

onload_cb( ... )

void onload_cb(unsigned int , void *request, void *data, unsigned int size)

onload_file_cb( ... )

void onload_file_cb(unsigned int , void *request, const char *file)

remove( ... )

void remove(int id)

saveAsync( ... )

int saveAsync(const string &url, const filesystem::path &path)

saveTo( ... )

ofHttpResponse saveTo(const string &url, const filesystem::path &path)

stop( )

void stop()

~ofxEmscriptenURLFileLoader( )

~ofxEmscriptenURLFileLoader()