ARSA Language  2.8
(Encryption, GPU and Web 3.0)
cloud.h
Go to the documentation of this file.
1 
7 
22 void att(const string* name, const string* value);
23 
26 void attfree();
27 
29 
43 const char* send(const char* url, bool use_attribute = true);
44 
46 
69 bool download(const char* url, const char* new_filename = "", int file_size = 0);
bool url(const char *url, bool webapp=false, bool use_webbrowser=true)
open url
bool download(const char *url, const char *new_filename="", int file_size=0)
download file from server support url is direct, google drive, onedrive, dropbox or etc.
const char * send(const char *url, bool use_attribute=true)
Send attribute to server through url be endpoint. This is POST method and parameters (attribute) is c...
void att(const string *name, const string *value)
add pair datas be attribute.
void attfree()