void WEB_InitStartup(void)
bool WEB_GetToFile(const char *url, FILE *file)
Downloads the given url directly into the given file. The login credentials are automatically added a...
bool WEB_Auth(const char *username, const char *password)
Performs a web auth request.
bool WEB_CheckAuth(void)
Pushes the webauth window if the password is not yet set.
bool WEB_GetURL(const char *url, http_callback_t callback, void *userdata=nullptr)
Downloads the given url and notify the callback. The login credentials are automatically added as GET...
bool WEB_PutFile(const char *formName, const char *fileName, const char *url, upparam_t *params=nullptr)
Uploads a file to the server with the login credentials.