#include <utils_internet.h>
Static Public Methods |
|
| bool | download_url_to_local_file (wxString remote_url, wxString local_filename, wxString proxy=wxEmptyString) |
| Downloads a url to a local file. |
|
| wxString | to_absolute_urls (wxString content_string, wxString tag_parameter, wxString original_url) |
| Takes a string, and converts urls inside one tag parameter to absolute URLs. |
|
|
||||||||||||||||
|
Downloads a url to a local file.
|
|
||||||||||||||||
|
Takes a string, and converts urls inside one tag parameter to absolute URLs.
|