Provides an interface for accessing resources on the internet.
More...
Provides an interface for accessing resources on the internet.
Definition at line 144 of file ItemDownloader.h.
◆ downloadFromURL()
Creates a network request to download data from the given URL.
- Parameters
-
| [in] | url | The web target to download from. |
- Returns
- A new NetworkRequest for the download.
Implemented in QtNetworkAccessManager.
◆ networkTimeFromURL()
Creates a time request to query network time from the given URL.
- Parameters
-
| [in] | url | The NTP server URL. |
| [in] | port | The NTP port (default 123). |
- Returns
- A new TimeRequest for the time query.
Implemented in QtNetworkAccessManager.
◆ uploadToURL() [1/2]
Creates a network request to upload raw data to the given URL.
- Parameters
-
| [in] | request | The web target to upload to. |
| [in] | data | The raw data to upload. |
- Returns
- A new NetworkRequest for the upload.
Implemented in QtNetworkAccessManager.
◆ uploadToURL() [2/2]
Creates a network request to upload a file to the given URL.
- Parameters
-
| [in] | request | The web target to upload to. |
| [in] | data | The file to upload. |
- Returns
- A new NetworkRequest for the upload.
Implemented in QtNetworkAccessManager.
The documentation for this class was generated from the following file: